Beispiel #1
0
 public ReportPartMaster(IPartMasterRepository partMastersRepository)
 {
     this.partMastersRepository = partMastersRepository;
 }
 public BusinessPartMaster(IPartMasterRepository partMasterRepository)
 {
     this.partMasterRepository = partMasterRepository;
 }