feat(UserRepService): Die Methode CreateAsync wurde überschrieben.
- XOR-Logik hinzugefügt, um zu prüfen, ob ValidFrom und ValidTo Null sind - Logik hinzugefügt, um zu kontrollieren, dass ValidFrom kleiner als ValidTo ist
This commit is contained in:
@@ -8,5 +8,7 @@
|
||||
public static readonly string UserAlreadyExists = "UserAlreadyExists";
|
||||
public static readonly string UserNotFound = "UserNotFound";
|
||||
public static readonly string UnauthorizedUser = "UnauthorizedUser";
|
||||
public static readonly string DateRangeNotXNOR = "DateRangeNotXNOR";
|
||||
public static readonly string InvalidDateRange = "InvalidDateRange";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user