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