コード例 #1
0
 public WeatherForecastController(ILogger <WeatherForecastController> logger, AutoPartsContext db)
 {
     _logger = logger;
     this.db = db;
 }
コード例 #2
0
 public CategoriesService(AutoPartsContext db)
 {
     this.db = db;
 }