Example #1
0
 public CashBankAdjustment UpdateObject(CashBankAdjustment cashBankAdjustment, ICashBankService _cashBankService)
 {
     return(cashBankAdjustment = _validator.ValidUpdateObject(cashBankAdjustment, _cashBankService) ? _repository.UpdateObject(cashBankAdjustment) : cashBankAdjustment);
 }