Ejemplo n.º 1
0
 public static Dictionary <Guid, Dictionary <String, String> > GetAllUsersGlobalAttribetes(Guid token, bool deleteds)
 {
     return(UserManagementManager.GetAllUsersGlobalAttribetes(token, deleteds));
 }