Exemple #1
0
 public CatchController(ICatchService catchService)
 {
     _catchService = catchService;
 }
Exemple #2
0
 public CatchController(ICatchService catchService, ILogger <CatchController> logger)
 {
     _catchService = catchService;
     _logger       = logger;
 }