Example #1
0
 public System.Threading.Tasks.Task <bool> UpdatePhotoAsync(ServiceReferenceMyPhotos.Photo photo, int eventId, int landScapeId, int personId, int locationId)
 {
     return(base.Channel.UpdatePhotoAsync(photo, eventId, landScapeId, personId, locationId));
 }
Example #2
0
 public System.Threading.Tasks.Task UpdateIsRemovedAsync(ServiceReferenceMyPhotos.Photo photo)
 {
     return(base.Channel.UpdateIsRemovedAsync(photo));
 }
Example #3
0
 public System.Threading.Tasks.Task <bool> AddPhotoAsync(ServiceReferenceMyPhotos.Photo photo)
 {
     return(base.Channel.AddPhotoAsync(photo));
 }