finalizare 1.0
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace HealthcareManagerUiWebAssem;
|
||||
|
||||
public static class UserRoles
|
||||
{
|
||||
public const string Admin = "Admin";
|
||||
public const string Doctor = "Doctor";
|
||||
public const string Patient = "Patient";
|
||||
}
|
||||
Reference in New Issue
Block a user