コード例 #1
0
 public PointCalculationManager(IServiceProvider service) : base(service)
 {
     _driverManager  = Service.GetService <IDriverManager>();
     _seasonManager  = Service.GetService <ISeasonManager>();
     _raceManager    = Service.GetService <IRaceManager>();
     _raceRowManager = Service.GetService <IRaceRowManager>();
 }
コード例 #2
0
 public RegisterRaceManager(IServiceProvider service) : base(service)
 {
     _driverManager  = Service.GetService <IDriverManager>();
     _seasonManager  = Service.GetService <ISeasonManager>();
     _raceManager    = Service.GetService <IRaceManager>();
     _raceRowManager = Service.GetService <IRaceRowManager>();
 }