Ejemplo n.º 1
0
 public List <CustomerDto> GetAll()
 {
     return(_customerMapper.ToCustomerDtoList(_customerRepository.All().ToList()));
 }