Beispiel #1
0
 public RaporlarController(IUnitofWork uow, IRaporlarService raporService, IMuhtelifIslemlerService muhtelifServis)
     : base(uow)
 {
     _uow            = uow;
     _raporService   = raporService;
     _muhtelifServis = muhtelifServis;
 }
Beispiel #2
0
 public RaporController(IRaporlarService raporlarService)
 {
     _raporlarService = raporlarService;
 }