Esempio n. 1
0
 public PublicController(BuyerDbContext buyerDbContext, AttributeDbContext attributeDbContext)
 {
     this.buyerDbContext     = buyerDbContext;
     this.attributeDbContext = attributeDbContext;
 }
Esempio n. 2
0
 public AttributeController(AttributeDbContext dbAttrContex)
 {
     _dbAttrContex = dbAttrContex;
 }