Ejemplo n.º 1
0
 public List <string> GetTableFields(string tableName)
 {
     return(_dataService.GetTableFields(tableName));
 }