Exemplo n.º 1
0
 public HuntController(IHuntService huntService, IMapper mapper, ILogger <HuntController> logger)
 {
     HuntService = huntService;
     Mapper      = mapper;
     Logger      = logger;
 }
Exemplo n.º 2
0
 public HuntController(IHuntService huntService)
 {
     _huntService = huntService;
 }