Exemplo n.º 1
0
 public CatchController(ICatchService catchService)
 {
     _catchService = catchService;
 }
Exemplo n.º 2
0
 public CatchController(ICatchService catchService, ILogger <CatchController> logger)
 {
     _catchService = catchService;
     _logger       = logger;
 }