CustomerTable - customerId, Name, City, StatusId, TypeId
StatusTable - statusId, status
TypeTable - TypeId, Type
Now, how can i create Enum in CustomerBO to handle these 2 fields [StatusId,TypeId] and also bind the dropdowns in Customer webform with the complete list of Status & Types.