Пример #1
0
 /// <summary>
 /// Get identifiers of all registered table configurations
 /// </summary>
 /// <returns></returns>
 public List <string> GetTableIds()
 {
     return(_configurationStore.GetTableIds());
 }