コード例 #1
0
 public System.Threading.Tasks.Task <ASM_WCF.ServiceReference1.Student> UpdateStudentAsync(int id, ASM_WCF.ServiceReference1.Student newStudent)
 {
     return(base.Channel.UpdateStudentAsync(id, newStudent));
 }
コード例 #2
0
 public System.Threading.Tasks.Task <ASM_WCF.ServiceReference1.Student> CreateStudentAsync(ASM_WCF.ServiceReference1.Student student)
 {
     return(base.Channel.CreateStudentAsync(student));
 }
コード例 #3
0
 public ASM_WCF.ServiceReference1.Student UpdateStudent(int id, ASM_WCF.ServiceReference1.Student newStudent)
 {
     return(base.Channel.UpdateStudent(id, newStudent));
 }
コード例 #4
0
 public ASM_WCF.ServiceReference1.Student CreateStudent(ASM_WCF.ServiceReference1.Student student)
 {
     return(base.Channel.CreateStudent(student));
 }