Пример #1
0
 public string GetCustomerName(int id)
 {
     return(cd.GetCustomerName(id));
 }