Exemplo n.º 1
0
 public int GetCount(int idCliente)
 {
     return(_repository.GetCount(idCliente));
 }