コード例 #1
0
ファイル: QueryExecutor.cs プロジェクト: andriybilas/MasterM
 public QueryResult <TSource> All()
 {
     return(QueryProcessor.All(GetArgs()));
 }