Beispiel #1
0
 public List <Customers> GetCusotmerList()
 {
     return(iRepositoryCustomer.GetCustomerList().Select(mapCustomers.MapTo).ToList());
 }