Exemplo n.º 1
0
 public UserEditModel()
 {
     Departments    = ReferencesProvider.GetReferences(Constants.DeliveryCenterRef, null, true);
     DeliveryPoints = ReferencesProvider.GetReferences(Constants.DeliveryPointRef, null, true);
     RolesList      = ReferencesProvider.GetRoles();
     Roles          = new List <long>();
 }