コード例 #1
0
 private readonly AzureSQLContext _db; //Allows you to access information in the database
 public EmployeeController(AzureSQLContext db)
 {
     _db = db;
 }
コード例 #2
0
 public VolunteerController(AzureSQLContext db)
 {
     _db = db;
 }