Example #1
0
 public Repository(OnlineshoppingDBEntities db)
 {
     this._Context = db;
     _dSet         = _Context.Set <T>();
 }