Пример #1
0
 public void EmployeeEvectionReportAdd(T_HR_EMPLOYEEEVECTIONREPORT entity)
 {
     using (EmployeeEvectionReportBLL bll = new EmployeeEvectionReportBLL())
     {
         bll.EmployeeEvectionReportADD(entity);
     }
 }