示例#1
0
 public System.Threading.Tasks.Task <bool> UpdateLocationAsync(ServiceReferenceMyPhotos.LocationDTO locationDTO)
 {
     return(base.Channel.UpdateLocationAsync(locationDTO));
 }
示例#2
0
 public System.Threading.Tasks.Task <bool> AddLocationAsync(int multimediaId, ServiceReferenceMyPhotos.LocationDTO locationDTO)
 {
     return(base.Channel.AddLocationAsync(multimediaId, locationDTO));
 }