Exemplo n.º 1
0
 public StatisticalCheckOperationsDTO GetStatisticalCheckOperationsByEmploye(int idEmploye)
 {
     return(_chequeRepository.GetStatisticalCheckOperationsByEmploye(idEmploye));
 }