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