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; }
public NpcMmsSearchModel() { NpcMmsQueryItem = new NpcMmsQueryItem(); }