Ejemplo n.º 1
0
 public TournamentsController(IBeachVolleyDb beachVolleyDb, ITournamentsService tournamentsService)
 {
     this.beachVolleyDb      = beachVolleyDb;
     this.tournamentsService = tournamentsService;
 }
Ejemplo n.º 2
0
 public TournamentsController(ITournamentsService tournamentsService)
 {
     this.tournamentsService = tournamentsService;
 }
 public TournamentsUpdateService(ITournamentsService tournamentsService)
 {
     this.tournamentsService = tournamentsService;
 }