public CatsController(ICatmashService catmashService, ILogger <CatsController> logger) { _catmashService = catmashService; _logger = logger; }
public HomeController(ILogger <HomeController> logger, ICatmashService catmashService) { _catmashService = catmashService; _logger = logger; }