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:
Developer 02
2024-11-11 09:36:48 +01:00
parent c060cd9083
commit a946ba871d
2 changed files with 16 additions and 1 deletions

View File

@@ -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";
}
}
}