예제 #1
0
 public TransactionPerRequest(IApplicationDbService applicationDbService,
                              HttpContextBase httpContext)
 {
     //Todo: Add all Contexts to this file
     this._applicationDbService = applicationDbService;
     this._httpContext          = httpContext;
 }
예제 #2
0
 public AddPlayerToTeamController(IApplicationDbService service)
 {
     _service = service;
 }
 public ChampionshipTeamController(IApplicationDbService service)
 {
     _service = service;
 }