コード例 #1
0
 public int Insert(PurchaseReceivedChallanTax _PurchaseReceivedChallanTax)
 {
     return(PurchaseReceivedChallanTaxDaoRepository.Insert(_PurchaseReceivedChallanTax));
 }
コード例 #2
0
 public int Delete(PurchaseReceivedChallanTax _PurchaseReceivedChallanTax)
 {
     return(PurchaseReceivedChallanTaxDaoRepository.Delete(_PurchaseReceivedChallanTax));
 }
コード例 #3
0
 public bool Validate(PurchaseReceivedChallanTax _PurchaseReceivedChallanTax, out List <string> lstMessages)
 {
     return(PurchaseReceivedChallanTaxDaoRepository.Validate(_PurchaseReceivedChallanTax, out lstMessages));
 }