Ejemplo n.º 1
0
 public IList <Customer> GetCustomer(string UserName = "")
 {
     return(_businessInstance.GetCustomerList(UserName));
 }