public BuyerController(BuyerDbContext bcontext) { _bContext = bcontext; }
public PublicController(BuyerDbContext buyerDbContext, AttributeDbContext attributeDbContext) { this.buyerDbContext = buyerDbContext; this.attributeDbContext = attributeDbContext; }