Example #1
0
 public System.Threading.Tasks.Task <bool> UpdateKlubAsync(WpfApp1.ServiceReferenceSZ.Klub k)
 {
     return(base.Channel.UpdateKlubAsync(k));
 }
Example #2
0
 public bool UpdateKlub(WpfApp1.ServiceReferenceSZ.Klub k)
 {
     return(base.Channel.UpdateKlub(k));
 }