示例#1
0
 public System.Threading.Tasks.Task <int> AddLocationAsync(SafeCityDemoApp.SafeCityDemoServiceReference.Location location)
 {
     return(base.Channel.AddLocationAsync(location));
 }
示例#2
0
 public int AddLocation(SafeCityDemoApp.SafeCityDemoServiceReference.Location location)
 {
     return(base.Channel.AddLocation(location));
 }