Exemple #1
0
 public InclusiveOpsdateRange(PbInclusiveOpsdateRange pb)
     : base(pb.StartDate.ToLD(), pb.EndDate.ToLD())
 {
 }
Exemple #2
0
 public static InclusiveOpsdateRange ToIODR(this PbInclusiveOpsdateRange dto)
 {
     return(new InclusiveOpsdateRange(dto));
 }