예제 #1
0
 public ICustomerModel GetCustomerByID(string customerID)
 {
     return(new CustomerModel(_repository.GetCustomerByID(customerID)));
 }