Beispiel #1
0
 public IList <VW_FIELD> GetAllFields(string tableName)
 {
     return(_repository.GetAllFields(tableName));
 }