Ejemplo n.º 1
0
 public NpcMmsSendListModel InitializeNpcMmsSendListModel(NpcMmsSendQueryItem queryItem)
 {
     var model = new NpcMmsSendListModel();
     queryItem.UnitId = NpcContext.CurrentUser.Unit.Id;
     model.NpcMmsSendSearchModel.NpcMmsSendQueryItem = queryItem;
     model.NpcMmsSends = _npcMmsSendRepository.Query(queryItem);
     return model;
 }
Ejemplo n.º 2
0
 public NpcMmsSendSearchModel()
 {
     NpcMmsSendQueryItem = new NpcMmsSendQueryItem();
 }