implement
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using AipsCore.Domain.Abstract.Validation;
|
||||
using AipsCore.Domain.Models.User.ValueObjects;
|
||||
|
||||
namespace AipsCore.Domain.Models.User.Validation;
|
||||
|
||||
public class UserErrors : AbstractErrors<User, UserId>
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user