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