Пример #1
0
 public List<T_HR_EMPLOYEE> GetEmployeePostByPostIDView(string postID, string userID)
 {
     using (EmployeeBLL bll = new EmployeeBLL())
     {
         return bll.GetEmployeePostByPostIDView(postID, userID);
     }
 }