Esempio n. 1
0
 public DecoreLogin.StudentServiceReference.StudentInfo UpdateStudent(DecoreLogin.StudentServiceReference.StudentInfo updatedStudent)
 {
     return(base.Channel.UpdateStudent(updatedStudent));
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <DecoreLogin.StudentServiceReference.StudentInfo> UpdateStudentAsync(DecoreLogin.StudentServiceReference.StudentInfo updatedStudent)
 {
     return(base.Channel.UpdateStudentAsync(updatedStudent));
 }
Esempio n. 3
0
 public DecoreLogin.StudentServiceReference.StudentInfo CreateStudent(DecoreLogin.StudentServiceReference.StudentInfo student)
 {
     return(base.Channel.CreateStudent(student));
 }