Esempio n. 1
0
 public string GetAllVendors(string P_DATE_from, string P_DATE_TO)
 {
     return(Vendors.GetAllVendor(P_DATE_from, P_DATE_TO));
 }