Ejemplo n.º 1
0
 public int Count(ItemSearchModel model)
 {
     return(_itemDAO.Count(model));
 }