public static string GetLocationLevel(ELocationLevel locationLevelEnum) { return EnumHelper.GetEnumDescription(locationLevelEnum); }
public static string GetLocationLevel(ELocationLevel locationLevelEnum) { return(EnumHelper.GetEnumDescription(locationLevelEnum)); }