Beispiel #1
0
 public static DataTable Populate_SerOrderBillRegisterChange(int argRegId)
 {
     return(ServiceOrderBillDL.Populate_SerOrderBillRegisterChange(argRegId));
 }
Beispiel #2
0
 public static bool DeleteSerOrderBillRegister(int RegId, int argCostId, string argVouNo)
 {
     return(ServiceOrderBillDL.DeleteSerOrderBillRegister(RegId, argCostId, argVouNo));
 }
Beispiel #3
0
 public static bool UpdateSerOrderBill(DataTable dtComPList, DataTable argQTrans)
 {
     return(ServiceOrderBillDL.UpdateSerOrderBill(dtComPList, argQTrans));
 }
Beispiel #4
0
 public static DataTable Populate_SerOrderBillRegister(DateTime frmDate, DateTime toDate)
 {
     return(ServiceOrderBillDL.Populate_SerOrderBillRegister(frmDate, toDate));
 }
Beispiel #5
0
 public static DataTable PopulateServiceQ(int QuoteId)
 {
     return(ServiceOrderBillDL.PopulateServiceQ(QuoteId));
 }
Beispiel #6
0
 public static DataTable PopulateQuote(int ProjId)
 {
     return(ServiceOrderBillDL.PopulateQuote(ProjId));
 }
Beispiel #7
0
 public static DataTable Fill_SerOrderTransQu(int argATRegId)
 {
     return(ServiceOrderBillDL.Fill_SerOrderTransQu(argATRegId));
 }
Beispiel #8
0
 public static DataTable Fill_SerOrderRegister(int argATRegId)
 {
     return(ServiceOrderBillDL.Fill_SerOrderRegister(argATRegId));
 }
Beispiel #9
0
 public static DataTable PopulateProject(int Id)
 {
     return(ServiceOrderBillDL.PopulateProject(Id));
 }