public HordaController(IHordaService hordaService, IHordaMapper hordaMapper)
 {
     this.hordaService = hordaService;
     this.hordaMapper  = hordaMapper;
 }
Exemple #2
0
 public HordaRepository(IIzeContext izeContext, IHordaMapper hordaMapper)
 {
     this.izeContext  = izeContext;
     this.hordaMapper = hordaMapper;
 }