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