예제 #1
0
 public GetMatchesQueryHandler(AppDbContext ctx, IOpponentChecker opponentChecker)
 {
     _ctx             = ctx;
     _opponentChecker = opponentChecker;
     _ctx.ChangeTracker.QueryTrackingBehavior = QueryTrackingBehavior.NoTracking;
 }
예제 #2
0
 public MatchDoorman(IOpponentChecker checker)
 {
     _checker = checker;
 }