public StudentOperations(StudentManagement context) { studentDbContext = context; }
public ProgramTypeOperations(StudentManagement context) { programTypeDbContext = context; }
public StudentOperations(DbContextOptions options) { studentDbContext = new StudentManagement(options); }
public ProgramTypeOperations(DbContextOptions options) { programTypeDbContext = new StudentManagement(options); }