Пример #1
0
 public ICollection <Customer> GetAllCustomers()
 {
     return(_customerMapper.All());
 }