feature: RBAC + Clinical Audit Logging
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
public interface IAuthService
|
||||
{
|
||||
Task<LoginResponse> LoginAsync(LoginRequest req);
|
||||
}
|
||||
Reference in New Issue
Block a user