Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <MyPhotosServiceReference.Tag> UpdateTagAsync(MyPhotosServiceReference.Tag tag)
 {
     return(base.Channel.UpdateTagAsync(tag));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> AddTagAsync(MyPhotosServiceReference.Tag tag, MyPhotosServiceReference.DataFile file)
 {
     return(base.Channel.AddTagAsync(tag, file));
 }