예제 #1
0
 public StudentRepository(Si2DbContext _db) : base(_db)
 {
 }
예제 #2
0
 public DataflowRepository(Si2DbContext _db) : base(_db)
 {
 }
예제 #3
0
 public CategoryRepository(Si2DbContext _db) : base(_db)
 {
 }
예제 #4
0
 public UnitOfWork(Si2DbContext db, IServiceProvider serviceProvider)
 {
     _db = db;
     _serviceProvider = serviceProvider;
 }
예제 #5
0
 public UniversityRepository(Si2DbContext _db) : base(_db)
 {
 }
예제 #6
0
 public InstitutionRepository(Si2DbContext _db) : base(_db)
 {
 }
예제 #7
0
 public BookRepository(Si2DbContext _db) : base(_db)
 {
 }