예제 #1
0
 public TournamentsController(IBeachVolleyDb beachVolleyDb, ITournamentsService tournamentsService)
 {
     this.beachVolleyDb      = beachVolleyDb;
     this.tournamentsService = tournamentsService;
 }
예제 #2
0
 public TournamentsController(ITournamentsService tournamentsService)
 {
     this.tournamentsService = tournamentsService;
 }
 public TournamentsUpdateService(ITournamentsService tournamentsService)
 {
     this.tournamentsService = tournamentsService;
 }