public DetailsModel(CollectionTracker.Data.CollectionTrackerContext context) { _context = context; }
public IndexModel(CollectionTracker.Data.CollectionTrackerContext context) { _context = context; }
public CreateModel(CollectionTracker.Data.CollectionTrackerContext context) { _context = context; }