예제 #1
0
 public RepositorySubject(PrSchoolContext context)
 {
     db = context;
 }
예제 #2
0
 public RepositoryTeacher(PrSchoolContext context)
 {
     db = context;
 }
예제 #3
0
 public RepositoryPupil(PrSchoolContext context)
 {
     db = context;
 }
예제 #4
0
 public RepositoryClass(PrSchoolContext context)
 {
     this.db = context;
 }
예제 #5
0
 public EFUnitOfWork(/*string connectionString*/)
 {
     db = new PrSchoolContext();
 }