예제 #1
0
 public GenericRepository(dbonline_ShoppingEntities Dbentity)
 {
     _Dbentity = Dbentity;
     _dbset    = _Dbentity.Set <tbl_entity>();
 }