public IndexModel(AlbumStore.Entities.AlbumStoreDbContext context)
 {
     _context = context;
 }
 public CreateModel(AlbumStore.Entities.AlbumStoreDbContext context)
 {
     _context = context;
 }
Exemple #3
0
 public DetailsModel(AlbumStore.Entities.AlbumStoreDbContext context)
 {
     _context = context;
 }
 public TelerikGridModel(AlbumStore.Entities.AlbumStoreDbContext context)
 {
     _context = context;
 }