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