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