Exemple #1
0
 public string GetCustomerName(int id)
 {
     return(_customerBusinessLogic.ProcessCustomerData(id));
 }
Exemple #2
0
 public string GetCustomerName(int id)
 {
     return(_customerBL.ProcessCustomerData(id));
 }