コード例 #1
0
 public SumAllRecords(SumRecords sumRecords, RecordFinder recordFinder)
 {
     this.sum    = sumRecords;
     this.finder = recordFinder;
 }
コード例 #2
0
 public SumUserRecords(SumRecords sumRecords, UserFinder userFinder, RecordFinder recordFinder)
 {
     this.sum          = sumRecords;
     this.userFinder   = userFinder;
     this.recordFinder = recordFinder;
 }
コード例 #3
0
 public GetRecord(RecordFinder recordFinder) => this.finder = recordFinder;