コード例 #1
0
 public List<V_EMPLOYEEVIEW> GetAllEmployeePostForWP()
 {
     using (EmployeeBLL bll = new EmployeeBLL())
     {
         return bll.GetAllEmployeePostForWP();
     }
 }