예제 #1
0
 public System.Threading.Tasks.Task <bool> AddTagAsync(MyPhotosServiceReference.Tag tag, MyPhotosServiceReference.DataFile file)
 {
     return(base.Channel.AddTagAsync(tag, file));
 }
예제 #2
0
 public System.Threading.Tasks.Task <MyPhotosServiceReference.DataFile> UpdateDataFileAsync(MyPhotosServiceReference.DataFile file)
 {
     return(base.Channel.UpdateDataFileAsync(file));
 }