Example #1
0
 public ServiceItem(
     ItemtempRepository itemtempRepo,
     SelpropRepository propRepo,
     UnitOfWork unit)
     : base(unit)
 {
     this.itemtemp_repo = itemtempRepo;
     this.prop_repo     = propRepo;
 }
Example #2
0
 public ServiceItem(
     ItemtempRepository itemtempRepo,
     SelpropRepository propRepo,
     UnitOfWork unit)
     : base(unit)
 {
     this.itemtemp_repo = itemtempRepo;
     this.prop_repo = propRepo;
 }