Esempio n. 1
0
 public CancionService(IWindAppRepository windAppRepository, IMapper mapper)
 {
     this.windAppRepository = windAppRepository;
     this.mapper            = mapper;
 }
Esempio n. 2
0
 public ArtistaService(IWindAppRepository windAppRepository, IMapper mapper)
 {
     this.artistaRapository = windAppRepository;
     this.mapper            = mapper;
 }