Esempio n. 1
0
 public DbVehicleService(VehiclesContext context, ILogger <DbVehicleService> logger)
 {
     this.context = context;
     this.logger  = logger;
 }
Esempio n. 2
0
 public DbSoldiersService(VehiclesContext context)
 {
     this.context = context;
 }