Example #1
0
 public YonetimController(IWordAppService wordAppService, IKullanicilarAppService kullanicilarAppService)
 {
     _kullanicilarAppService = kullanicilarAppService;
     _wordAppService         = wordAppService;
 }
 public KelimelerController(IWordAppService wordAppService)
 {
     _wordAppService = wordAppService;
 }
Example #3
0
 public WordController(IWordAppService wordAppService)
 {
     _IWordAppService = wordAppService;
 }