public TypeDataManager(TypeDataDb db, Constants.TYPES type) { _typeDataDb = db; _type = type; }
public DataTable GetTable(Constants.TYPES type) { DataTable table = base.GetDataFromTable(Constants.GetTypeString(type)); return table; }