Esempio n. 1
0
 public UserController(CDCollectionContext context)
 {
     _context = context;
 }
 public AlbumController(CDCollectionContext context)
 {
     _context = context;
 }
 public ArtistController(CDCollectionContext context)
 {
     _context = context;
 }