Ejemplo n.º 1
0
 public FavoritController(ILogger <FavoritController> logger, IFavoritService favoritService)
 {
     _logger         = logger;
     _favoritService = favoritService;
 }
 public FavoritController(IFavoritService favoritService)
 {
     _favoritService = favoritService;
 }