public int Insert(PurchaseReceivedChallanTax _PurchaseReceivedChallanTax)
 {
     return(PurchaseReceivedChallanTaxDaoRepository.Insert(_PurchaseReceivedChallanTax));
 }
 public int Delete(PurchaseReceivedChallanTax _PurchaseReceivedChallanTax)
 {
     return(PurchaseReceivedChallanTaxDaoRepository.Delete(_PurchaseReceivedChallanTax));
 }
 public bool Validate(PurchaseReceivedChallanTax _PurchaseReceivedChallanTax, out List <string> lstMessages)
 {
     return(PurchaseReceivedChallanTaxDaoRepository.Validate(_PurchaseReceivedChallanTax, out lstMessages));
 }