Пример #1
0
 /// <summary>
 /// This Function is used to Delete previously added DepartmentEscalationLevel from database and is performed by SuperAdmin Only.
 /// </summary>
 public static bool Delete(DepartmentEscalationLevel info)
 {
     return(DepartmentEscalationLevelDA.Delete(info));
 }