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