Пример #1
0
 /// <summary>
 /// This Function is used to get list of all the DepartmentEscalationLevel using department type from Database.
 /// </summary>
 public static List <DepartmentEscalationLevel> GetAllForDepartment(int departmentId)
 {
     return(DepartmentEscalationLevelDA.GetAllForDepartment(departmentId));
 }