public HordaController(IHordaService hordaService, IHordaMapper hordaMapper) { this.hordaService = hordaService; this.hordaMapper = hordaMapper; }
public HordaController(ILogger <HordaController> logger, IHordaService hordaService) { _logger = logger; this.hordaService = hordaService; }