Example #1
0
 public void PaymentUpdate(T_HR_EMPLOYEESALARYRECORD entity)
 {
     using (PaymentBLL bll = new PaymentBLL())
     {
         bll.PaymentUpdate(entity);
     }
 }