Exemplo n.º 1
0
 public AutosController(JsonDateiAutoService jsonDateiAutoService)
 {
     this.AutoService = jsonDateiAutoService;
 }
Exemplo n.º 2
0
 public IndexModel(ILogger <IndexModel> logger,
                   JsonDateiAutoService jsonDateiAutoService)
 {
     _logger     = logger;
     AutoService = jsonDateiAutoService;
 }