public System.Threading.Tasks.Task <int> DeleteMediaAsync(WCF.Media media) { return(base.Channel.DeleteMediaAsync(media)); }
public int DeleteMedia(WCF.Media media) { return(base.Channel.DeleteMedia(media)); }
public System.Threading.Tasks.Task <bool> UpdateMediaAsync(WCF.Media oldMedia, WCF.Media newMedia, WCF.Person[] people, WCF.CustomAttributes[] customAttributes) { return(base.Channel.UpdateMediaAsync(oldMedia, newMedia, people, customAttributes)); }
public bool UpdateMedia(WCF.Media oldMedia, WCF.Media newMedia, WCF.Person[] people, WCF.CustomAttributes[] customAttributes) { return(base.Channel.UpdateMedia(oldMedia, newMedia, people, customAttributes)); }
public System.Threading.Tasks.Task <bool> AddMediaAsync(WCF.Media media, WCF.Person[] people, WCF.CustomAttributes[] customAttributes) { return(base.Channel.AddMediaAsync(media, people, customAttributes)); }
public bool AddMedia(WCF.Media media, WCF.Person[] people, WCF.CustomAttributes[] customAttributes) { return(base.Channel.AddMedia(media, people, customAttributes)); }