コード例 #1
0
 public FactorBusiness(ComputerStoreContext db)
 {
     this.db = db;
 }
コード例 #2
0
 public ProductBusiness(ComputerStoreContext db)
 {
     this.db = db;
 }
コード例 #3
0
 public CategoryBusiness(ComputerStoreContext db)
 {
     this.db = db;
 }