public HomeController(ArabaRepository araba, ArabaKonutIsModel model, KonutRepository konut) { _arabaRep = araba; _model = model; _konutRep = konut; //_ısRep = ıs; }
public IsController(IsRepository ıs, ArabaKonutIsModel model) { _ısRep = ıs; _model = model; }