Esempio n. 1
0
 public ConsoleApp1.ServiceReference1.OtherAttendChangeServiceResult CheckOtherAttendData(ConsoleApp1.ServiceReference1.OtherAttendChangeInfo otherAttendInfo)
 {
     return(base.Channel.CheckOtherAttendData(otherAttendInfo));
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <ConsoleApp1.ServiceReference1.OtherAttendChangeServiceResult> CheckOtherAttendDataAsync(ConsoleApp1.ServiceReference1.OtherAttendChangeInfo otherAttendInfo)
 {
     return(base.Channel.CheckOtherAttendDataAsync(otherAttendInfo));
 }
Esempio n. 3
0
 public ConsoleApp1.ServiceReference1.OtherAttendChangeServiceResult AddOtherAttendChange(ConsoleApp1.ServiceReference1.OtherAttendChangeInfo otherAttendInfo)
 {
     return(base.Channel.AddOtherAttendChange(otherAttendInfo));
 }