public UserController(CDCollectionContext context) { _context = context; }
public AlbumController(CDCollectionContext context) { _context = context; }
public ArtistController(CDCollectionContext context) { _context = context; }