Пример #1
0
 public void CompanyHistoryAdd(T_HR_COMPANYHISTORY entity)
 {
     using (CompanyHistoryBLL bll = new CompanyHistoryBLL())
     {
         bll.CompanyHistoryAdd(entity);
     }
 }
Пример #2
0
 public void CompanyHistoryAdd(T_HR_COMPANYHISTORY entity)
 {
     using (CompanyHistoryBLL bll = new CompanyHistoryBLL())
     {
         bll.CompanyHistoryAdd(entity);
     }
 }