Esempio n. 1
0
 public AlbumFunctions(IAlbumRepository albumRepository, IMapper mapper, IODataQueryMapper odataMapper)
 {
     this.albumRepository = albumRepository;
     this.mapper          = mapper;
     this.odataMapper     = odataMapper;
 }
Esempio n. 2
0
 public ArtistFunctions(IArtistRepository artistRepository, IMapper mapper, IODataQueryMapper odataMapper)
 {
     this.artistRepository = artistRepository;
     this.mapper           = mapper;
     this.odataMapper      = odataMapper;
 }
Esempio n. 3
0
 public TrackFunctions(ITrackRepository trackRepository, IMapper mapper, IODataQueryMapper odataMapper)
 {
     this.trackRepository = trackRepository;
     this.mapper          = mapper;
     this.odataMapper     = odataMapper;
 }