public CreateModel(Recollectio.Models.AlbumContext context) { _context = context; }
public IndexModel(Recollectio.Models.AlbumContext context) { _context = context; }
public DetailsModel(Recollectio.Models.AlbumContext context) { _context = context; }
public EditModel(Recollectio.Models.AlbumContext context) { _context = context; }