Exemplo n.º 1
0
 public BuyerController(BuyerDbContext bcontext)
 {
     _bContext = bcontext;
 }
Exemplo n.º 2
0
 public PublicController(BuyerDbContext buyerDbContext, AttributeDbContext attributeDbContext)
 {
     this.buyerDbContext     = buyerDbContext;
     this.attributeDbContext = attributeDbContext;
 }