Exemple #1
0
 public UserService(AlbumRatingDbContext context)
 {
     this.context = context;
 }
 public GenreService(AlbumRatingDbContext context)
 {
     this.context = context;
 }