Пример #1
0
 public System.Threading.Tasks.Task <SMCLient1.ServiceReference1.Student> AddAsync(SMCLient1.ServiceReference1.Student student)
 {
     return(base.Channel.AddAsync(student));
 }
Пример #2
0
 public SMCLient1.ServiceReference1.Student Add(SMCLient1.ServiceReference1.Student student)
 {
     return(base.Channel.Add(student));
 }