예제 #1
0
 public RelationPrixRepository(product_baseContext context)
 {
     this.context       = context;
     relationPrixEntity = context.Set <Relationprix>();
 }
예제 #2
0
 public ProductRepository(product_baseContext context)
 {
     this.context  = context;
     productEntity = context.Set <Product>();
 }