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