예제 #1
0
 public System.Threading.Tasks.Task <bool> EditLocationAsync(string id, TravelApplication.TravelServiceReferences.Location location)
 {
     return(base.Channel.EditLocationAsync(id, location));
 }
예제 #2
0
 public System.Threading.Tasks.Task <bool> AddLocationAsync(TravelApplication.TravelServiceReferences.Location location)
 {
     return(base.Channel.AddLocationAsync(location));
 }
예제 #3
0
 public bool EditLocation(string id, TravelApplication.TravelServiceReferences.Location location)
 {
     return(base.Channel.EditLocation(id, location));
 }
예제 #4
0
 public bool AddLocation(TravelApplication.TravelServiceReferences.Location location)
 {
     return(base.Channel.AddLocation(location));
 }