public ReportSortModel(PDCPMS.Model.Common.PipeType pipeTye, PDCPMS.Model.Common.Pipe pipe, Producer Producer) { this.pipe = pipe; this.pipetype = pipetype; this.Producer = Producer; }
public Pipe(long key, PipeType type, PipeCategory category, DetectionCompany company, PipeOwner owner, Producer producer, Supplier supplier, DeliverNotice notice, DeliverWaggon waggon) : base(key) { this.PipeType = type; this.Category = category; this.DetectionCompany = company; this.Owner = owner; this.Producer = producer; this.Supplier = supplier; this.DeliverNotice = notice; this.DeliverWaggon = waggon; }