Esempio n. 1
0
 private readonly AzureSQLContext _db; //Allows you to access information in the database
 public EmployeeController(AzureSQLContext db)
 {
     _db = db;
 }
 public VolunteerController(AzureSQLContext db)
 {
     _db = db;
 }