Exemplo n.º 1
0
 public GenericRepository(MvcDemoEntities context)
 {
     Context   = context;
     ObjectSet = Context.Set <TEntity>();
 }
Exemplo n.º 2
0
 public PersonRepository(MvcDemoEntities context)
     : base(context)
 {
 }