コード例 #1
0
 public ServiceItem(
     ItemtempRepository itemtempRepo,
     SelpropRepository propRepo,
     UnitOfWork unit)
     : base(unit)
 {
     this.itemtemp_repo = itemtempRepo;
     this.prop_repo     = propRepo;
 }
コード例 #2
0
ファイル: ServiceItem.cs プロジェクト: zicjin/Board
 public ServiceItem(
     ItemtempRepository itemtempRepo,
     SelpropRepository propRepo,
     UnitOfWork unit)
     : base(unit)
 {
     this.itemtemp_repo = itemtempRepo;
     this.prop_repo = propRepo;
 }