public EditModel(GolfPracticeTrackerContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public CreateModel(GolfPracticeTrackerContext context)
 {
     _context = context;
 }
 public DetailsModel(GolfPracticeTrackerContext context)
 {
     _context = context;
 }
 public IndexModel(GolfPracticeTrackerContext context)
 {
     _context = context;
 }
Esempio n. 5
0
 public PracticeSummaryModel(GolfPracticeTrackerContext context)
 {
     _context = context;
 }