Пример #1
0
 /// <summary>
 /// This Function is used to get Details of the DepartmentEscalationLevel from Database.
 /// </summary>
 public static DepartmentEscalationLevel GetDetails(int id)
 {
     return(DepartmentEscalationLevelDA.GetDetails(id));
 }