Example #1
0
 public string GetTableName(string interfaceName)
 {
     return(GWDataDB.GetTableName(interfaceName, Table));
 }
Example #2
0
 public LookupTable()
 {
     _tableName = GWDataDB.GetPrivateLutName();
 }