Пример #1
0
 public UserViewModel()
 {
     RowCount       = 0;
     UserList       = new List <User>();
     ModelsTypeList = CommonVariables.GetAllModuleList();
 }