Пример #1
0
 public IDictionary[] LoadAllRecords(IDictionary <string, object> context)
 {
     return(Dalc.LoadAllRecords(PrepareQuery(context)));
 }