コード例 #1
0
ファイル: ItemBL.cs プロジェクト: ngohuyx/NgoThanhHuy
 public int Count(ItemSearchModel model)
 {
     return(_itemDAO.Count(model));
 }