Example #1
0
 public TypeDataManager(TypeDataDb db, Constants.TYPES type)
 {
     _typeDataDb = db;
     _type = type;
 }
Example #2
0
        public DataTable GetTable(Constants.TYPES type)
        {
            DataTable table = base.GetDataFromTable(Constants.GetTypeString(type));

            return table;
        }