示例#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;
 }