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