Example #1
0
 public static List <UserContract> GetAllUsers(Guid token, bool deleteds)
 {
     return(UserManagementManager.GetAllUsers(token, deleteds));
 }