Beispiel #1
0
 public System.Threading.Tasks.Task <bool> UpdatePlaceAsync(Assignment_Client.AdminServiceReference.Place place)
 {
     return(base.Channel.UpdatePlaceAsync(place));
 }
Beispiel #2
0
 public bool UpdatePlace(Assignment_Client.AdminServiceReference.Place place)
 {
     return(base.Channel.UpdatePlace(place));
 }