예제 #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;
 }