public static int? GetParentId( this Enum enumItem )
var departmentCodeTableId = GroupType.Department.GetParentId();
In This Article