public StoreModel(JsonFileShoesService shoesService) { //ShoesService = shoesService; }
public IndexModel(ILogger <IndexModel> logger, JsonFileShoesService shoesService, EFdbService efdb) { _logger = logger; ShoesService = shoesService; EFdbService = efdb; }
public ShoesOnlyController(JsonFileShoesService shoesService, JsonFileReviewsService reviewsService) { this.ShoesService = shoesService; }