public EditModel(GolfPracticeTrackerContext context)
 {
     _context = context;
 }
Exemple #2
0
 public CreateModel(GolfPracticeTrackerContext context)
 {
     _context = context;
 }
 public DetailsModel(GolfPracticeTrackerContext context)
 {
     _context = context;
 }
 public IndexModel(GolfPracticeTrackerContext context)
 {
     _context = context;
 }
Exemple #5
0
 public PracticeSummaryModel(GolfPracticeTrackerContext context)
 {
     _context = context;
 }