Exemplo n.º 1
0
 public System.Threading.Tasks.Task <string> CreateStudentAsync(myWebAspClient.student_WCFLib.StudentProfile stdntProfile)
 {
     return(base.Channel.CreateStudentAsync(stdntProfile));
 }
Exemplo n.º 2
0
 public string CreateStudent(myWebAspClient.student_WCFLib.StudentProfile stdntProfile)
 {
     return(base.Channel.CreateStudent(stdntProfile));
 }