Esempio n. 1
0
 //int userid;
 public HomeController(IKullaniciService kullaniciService, IUrunService urunService, IKategoriService kategoriService, IMarkaService markaService,
                       ISatisService satisService, ISiparisDurumService siparisService, ISatisDetayService satisDetay, IKartService kartService)
 {
     _kullaniciService = kullaniciService;
     _urunService      = urunService;
     _kategoriService  = kategoriService;
     _markaService     = markaService;
     _satisService     = satisService;
     _siparisService   = siparisService;
     _satisDetay       = satisDetay;
     _kartService      = kartService;
     kullanici         = new Kullanici();
 }
Esempio n. 2
0
 public KartsController(IKartService kartService)
 {
     _KartService = kartService;
 }
Esempio n. 3
0
 public KartsController(IKartService kartService)
 {
     this._kartService = kartService;
 }