예제 #1
0
 public System.Threading.Tasks.Task <GettingStartedClient.ServiceReference1.Student> ModifyStudentAsync(GettingStartedClient.ServiceReference1.Student stu)
 {
     return(base.Channel.ModifyStudentAsync(stu));
 }
예제 #2
0
 public GettingStartedClient.ServiceReference1.Student ModifyStudent(GettingStartedClient.ServiceReference1.Student stu)
 {
     return(base.Channel.ModifyStudent(stu));
 }