コード例 #1
0
 public RaporlarController(IUnitofWork uow, IRaporlarService raporService, IMuhtelifIslemlerService muhtelifServis)
     : base(uow)
 {
     _uow            = uow;
     _raporService   = raporService;
     _muhtelifServis = muhtelifServis;
 }
コード例 #2
0
ファイル: RaporController.cs プロジェクト: hkmnur/YuzTanima
 public RaporController(IRaporlarService raporlarService)
 {
     _raporlarService = raporlarService;
 }