Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <WpfApplication1.ServiceReference2.Experts> AddExpertAsync(WpfApplication1.ServiceReference2.Experts Expert)
 {
     return(base.Channel.AddExpertAsync(Expert));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task UpdateExpertsAsync(WpfApplication1.ServiceReference2.Experts experts)
 {
     return(base.Channel.UpdateExpertsAsync(experts));
 }
Ejemplo n.º 3
0
 public WpfApplication1.ServiceReference2.Experts AddExpert(WpfApplication1.ServiceReference2.Experts Expert)
 {
     return(base.Channel.AddExpert(Expert));
 }
Ejemplo n.º 4
0
 public void UpdateExperts(WpfApplication1.ServiceReference2.Experts experts)
 {
     base.Channel.UpdateExperts(experts);
 }