Esempio n. 1
0
 public static List <string> GetPartialPaymentBCancellation()
 {
     DataLayer.Service srv = new DataLayer.Service();
     return(srv.GetPartialPaymentBCancellation());
 }