예제 #1
0
 public BaseRepository(IMSSQLDbContext context)
 {
     //throw new Exception("Function was not implemented");
     this.DbSet = context.GetDbSet <TEntity>();
 }
예제 #2
0
 public BaseRepository(IMSSQLDbContext context)
 {
     this.DbSet = context.GetDbSet <TEntity>();
 }