Exemplo n.º 1
0
 public EntityRepository(EntityDbContext context)
 {
     _entitiesContext = context;
 }
Exemplo n.º 2
0
 public DataExtension(EntityDbContext context)
 {
     _entitiesContext = context;
 }