示例#1
0
 public DetailedCalculationConnectionValue(EDdds originId, EDdds distinguishedId, int time, EPlanSpeakMore planSpeakMoreId)
 {
     OriginId        = originId;
     DistinguishedId = distinguishedId;
     Time            = time;
     PlanSpeakMoreId = planSpeakMoreId;
 }
示例#2
0
 public GenereteCalculationDto(EDdds originId, EDdds distinguishedId, int time, EPlanSpeakMore planSpeakMoreId)
 {
     OriginId        = originId;
     DistinguishedId = distinguishedId;
     Time            = time;
     PlanSpeakMoreId = planSpeakMoreId;
 }