feature: Degraded Operations Visibility
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public record ClinicalUserResponse(
|
||||
Guid Id,
|
||||
string Username,
|
||||
string DisplayName,
|
||||
string Role,
|
||||
bool IsActive,
|
||||
DateTimeOffset CreatedAt,
|
||||
DateTimeOffset? LastLoginAt);
|
||||
Reference in New Issue
Block a user