コード例 #1
0
ファイル: GetRecord.cs プロジェクト: maximuzby/tempocracy
 public GetRecordHandler(IAppQueryContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public CheckAccessHandler(IAppQueryContext context)
 {
     this.context = context;
 }
コード例 #3
0
 public GetUserRecordsHandler(IAppQueryContext context)
 {
     this.context = context;
 }