Exemple #1
0
 public ServiceCustomer GetCustomer(int id)
 {
     return(dataCustomer.GetCustomerById(id));
 }