Example #1
0
 public JobId(PeriodId periodId, SharedJobId sharedJobId)
 {
     this.periodId    = periodId;
     this.sharedJobId = sharedJobId;
 }