Exemplo n.º 1
0
 public KitapAl(IOduncAlService Kitapalservice, IKitaplarService Kitabservice, IOgrenciService Ogrenciservice, IMapper mapper, IRafService Rafservice, IYazarService YazarService, IKitapYazarService KitapYazarservice, IRezervasyonService RezervasyonService)
 {
     _iKitapYazarservice  = KitapYazarservice;
     _iOduncAlservice     = Kitapalservice;
     _iYazarservice       = YazarService;
     _iRezervasyonservice = RezervasyonService;
     _iKitaplarservice    = Kitabservice;
     _iOgrenciservice     = Ogrenciservice;
     _iRafservice         = Rafservice;
     _mapper = mapper;
 }
Exemplo n.º 2
0
 public YazarlarController(IYazarService service,
                           IConfiguration configuration)
 {
     _service       = service;
     _configuration = configuration;
 }
Exemplo n.º 3
0
 public YazarController(IYazarService yazarService)
 {
     _yazarService = yazarService;
 }
Exemplo n.º 4
0
 public YazarController()
 {
     hesapHareketServis = InstanceFactory.GetInstance <IHesapHareketleriService>();
     yazarServis        = InstanceFactory.GetInstance <IYazarService>();
     yaziServis         = InstanceFactory.GetInstance <IYaziService>();
 }