예제 #1
0
 public List<string> GetCustomers()
 {
     Controllers.Controller cont = new Controllers.Controller();
     return cont.GetCustomers();
 }
예제 #2
0
 public List<Models.Customer> GetCustomersList()
 {
     Controllers.Controller cont = new Controllers.Controller();
     return cont.GetCustomersList();
 }