예제 #1
0
 public string getServiceNames()
 {
     return(Supplier_DA.getServiceNames());
 }
예제 #2
0
 public string getServiceID(string name)
 {
     return(Supplier_DA.getServiceID(name));
 }
예제 #3
0
 public string getAllServices()
 {
     return(Supplier_DA.getAllServices());
 }