コード例 #1
0
 public CustomerService(ApplicationDbContext db, ISortStrategyParser strategyParser)
 {
     this.db             = db;
     this.strategyParser = strategyParser;
 }
コード例 #2
0
 public PurchaseOrderService(ApplicationDbContext db, ISortStrategyParser strategyParser)
 {
     this.db             = db;
     this.strategyParser = strategyParser;
 }