Ejemplo n.º 1
0
 public NpcMmsListModel InitializeNpcMmsListModel(NpcMmsQueryItem queryItem)
 {
     var model = new NpcMmsListModel();
     queryItem.UnitId = NpcContext.CurrentUser.Unit.Id;
     model.NpcMmsSearchModel.NpcMmsQueryItem = queryItem;
     model.NpcMmses = _npcMmsRepository.Query(queryItem);
     return model;
 }
Ejemplo n.º 2
0
 public NpcMmsSearchModel()
 {
     NpcMmsQueryItem = new NpcMmsQueryItem();
 }