コード例 #1
0
 public System.Threading.Tasks.Task <Logisto.Novelco.ConsignmentNoteResponseStructure> SetDeliverValueAsync(Logisto.Novelco.ConsignmentNote ConsignmentNote)
 {
     return(base.Channel.SetDeliverValueAsync(ConsignmentNote));
 }
コード例 #2
0
 public Logisto.Novelco.ConsignmentNoteResponseStructure SetDeliverValue(Logisto.Novelco.ConsignmentNote ConsignmentNote)
 {
     return(base.Channel.SetDeliverValue(ConsignmentNote));
 }