コード例 #1
0
ファイル: NpcMmsSendAction.cs プロジェクト: chenchunwei/NPC
 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;
 }
コード例 #2
0
 public NpcMmsSendSearchModel()
 {
     NpcMmsSendQueryItem = new NpcMmsSendQueryItem();
 }