예제 #1
0
 public void EmployeeEvectionRecordUpdate(T_HR_EMPLOYEEEVECTIONRECORD entity)
 {
     using (EmployeeEvectionRecordBLL bll = new EmployeeEvectionRecordBLL())
     {
         bll.EmployeeEvectionRecordUpdate(entity);
     }
 }