Beispiel #1
0
 public UserRepository(MyAmazon_Context _context)
 {
     db = _context;
 }
Beispiel #2
0
 public Generic_Repo_Amazon(MyAmazon_Context Context)
 {
     _context = Context;
     _dbset   = Context.Set <TEntity>();
 }