コード例 #1
0
 public AutosController(JsonDateiAutoService jsonDateiAutoService)
 {
     this.AutoService = jsonDateiAutoService;
 }
コード例 #2
0
 public IndexModel(ILogger <IndexModel> logger,
                   JsonDateiAutoService jsonDateiAutoService)
 {
     _logger     = logger;
     AutoService = jsonDateiAutoService;
 }