Exemplo n.º 1
0
 public static DbSet <TEntityType> DbSet <TEntityType> (this AppStoreContext context)
     where TEntityType : class
 {
     return(context.Set <TEntityType> ());
 }
Exemplo n.º 2
0
 public UnitOfWork(AppStoreContext context)
 {
     _context = context;
 }