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