/// <summary> /// This method returns the Lists of the division code attributes. /// Throws an exception of any error accesing the database occurs. /// </summary> public static List <string> listDivisionCodeAttributes() { return(GDDL.listDivisionCodeAttributes()); }