コード例 #1
0
 public DetailsModel(RazorPagesTutorial.Services.AddDbContext context)
 {
     _context = context;
 }
コード例 #2
0
 public SQLEmployeeRepository(AddDbContext context)
 {
     this.context = context;
 }
コード例 #3
0
 public CreateModel(RazorPagesTutorial.Services.AddDbContext context)
 {
     _context = context;
 }