Пример #1
0
 public DataTable  BillingSelect(payment_Prop paymentprop)
 {
     try
     {
         paymentdal = new payment_dal();
         DataTable dt = paymentdal.BillingSelect(paymentprop);
         return(dt);
     }
     catch (Exception e)
     {
         ErrMessage = e.Message;
         return(null);
     }
 }
Пример #2
0
 public string checkclosedtrasction(payment_Prop paymentprop)
 {
     try
     {
         paymentdal = new payment_dal();
         string strMsg = paymentdal.checkclosedtrasction(paymentprop);
         return(strMsg);
     }
     catch (Exception e)
     {
         ErrMessage = e.Message;
         return("");
     }
 }
Пример #3
0
 public string PaymentDelete(payment_Prop paymentprop)
 {
     try
     {
         paymentdal = new payment_dal();
         string strMsg = paymentdal.PaymentDelete(paymentprop);
         return(strMsg);
     }
     catch (Exception e)
     {
         ErrMessage = e.Message;
         return("");
     }
 }
Пример #4
0
 public DataTable PaymentClosedTransaction(payment_Prop paymentprop)
 {
     try
     {
         paymentdal = new payment_dal();
         DataTable dt = paymentdal.PaymentCloseTransaction(paymentprop);
         return(dt);
     }
     catch (Exception e)
     {
         ErrMessage = e.Message;
         return(null);
     }
 }
Пример #5
0
 public DataTable PaymentUserSummary(payment_Prop paymentprop)
 {
     try
     {
         paymentdal = new payment_dal();
         DataTable dt = paymentdal.PaymentUserSummary(paymentprop);
         return(dt);
     }
     catch (Exception e)
     {
         ErrMessage = e.Message;
         return(null);
     }
 }
Пример #6
0
 public DataTable PaymentDeleteMultiple()
 {
     try
     {
         paymentdal = new payment_dal();
         DataTable dt = paymentdal.PaymentDeleteMultiple();
         return(dt);
     }
     catch (Exception e)
     {
         ErrMessage = e.Message;
         return(null);
     }
 }
Пример #7
0
 public DataTable PaymentChequeSelect_new(payment_Prop paymentprop)
 {
     try
     {
         paymentdal = new payment_dal();
         DataTable dt = paymentdal.PaymentChequeSelect_new(paymentprop);
         return(dt);
     }
     catch (Exception e)
     {
         ErrMessage = e.Message;
         return(null);
     }
 }
Пример #8
0
 public string PaymentChangeDuedate(payment_Prop paymentprop)
 {
     try
     {
         paymentdal = new payment_dal();
         string dt = paymentdal.PaymentChangeDuedate(paymentprop);
         return(dt);
     }
     catch (Exception e)
     {
         ErrMessage = e.Message;
         return(null);
     }
 }