예제 #1
0
 public DetailsModel(RazorPagesTutorial.Services.AddDbContext context)
 {
     _context = context;
 }
 public SQLEmployeeRepository(AddDbContext context)
 {
     this.context = context;
 }
예제 #3
0
 public CreateModel(RazorPagesTutorial.Services.AddDbContext context)
 {
     _context = context;
 }