public CancionService(IWindAppRepository windAppRepository, IMapper mapper) { this.windAppRepository = windAppRepository; this.mapper = mapper; }
public ArtistaService(IWindAppRepository windAppRepository, IMapper mapper) { this.artistaRapository = windAppRepository; this.mapper = mapper; }