Ejemplo n.º 1
0
 public List <PaymentCheckDTO> GetListCheckByEmploye(int idEmploye)
 {
     return(_chequeRepository.GetListCheckByEmploye(idEmploye));
 }