コード例 #1
0
ファイル: PersonnelService.cs プロジェクト: JuRogn/OA
 public List<T_HR_EMPLOYEE> GetEmployeePostByPostIDView(string postID, string userID)
 {
     using (EmployeeBLL bll = new EmployeeBLL())
     {
         return bll.GetEmployeePostByPostIDView(postID, userID);
     }
 }