Esempio n. 1
0
 public static List <string> GetSupplierIDsForMail(DateTime forDate, int start, int limit)
 {
     DataLayer.Service srv = new DataLayer.Service();
     return(srv.GetSupplierIDsForMail(forDate, start, limit));
 }
Esempio n. 2
0
 public static List <string> GetPartialPaymentBCancellation()
 {
     DataLayer.Service srv = new DataLayer.Service();
     return(srv.GetPartialPaymentBCancellation());
 }
Esempio n. 3
0
 public static int GetSupplierCountForMail(DateTime forDate)
 {
     DataLayer.Service srv = new DataLayer.Service();
     return(srv.GetSupplierCountForMail(forDate));
 }