public System.Threading.Tasks.Task <bool> EditLocationAsync(string id, TravelApplication.TravelServiceReferences.Location location) { return(base.Channel.EditLocationAsync(id, location)); }
public System.Threading.Tasks.Task <bool> AddLocationAsync(TravelApplication.TravelServiceReferences.Location location) { return(base.Channel.AddLocationAsync(location)); }
public bool EditLocation(string id, TravelApplication.TravelServiceReferences.Location location) { return(base.Channel.EditLocation(id, location)); }
public bool AddLocation(TravelApplication.TravelServiceReferences.Location location) { return(base.Channel.AddLocation(location)); }