Esempio n. 1
0
 public List<SMT.HRM.CustomModel.V_DEPARTMENT> GetDepartmentBossHeadList(string postId)
 {
     using (EmployeeBLL bll = new EmployeeBLL())
     {
         return bll.GetDepartmentBossHeadList(postId);
     }
 }