Exemplo n.º 1
0
 protected CommonEntityRepository(GenericRepositoryContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public EntityRepository(GenericRepositoryContext context) : base(context)
 {
     this.context = context;
 }