Example #1
0
 protected CommonEntityRepository(GenericRepositoryContext context)
 {
     this.context = context;
 }
 public EntityRepository(GenericRepositoryContext context) : base(context)
 {
     this.context = context;
 }