public System.Threading.Tasks.Task <int> AddPictureToAPostAsync(ZoombuM1.ServiceReference1.Post post, string pathPicture) { return(base.Channel.AddPictureToAPostAsync(post, pathPicture)); }
public System.Threading.Tasks.Task <ZoombuM1.ServiceReference1.Post> CreatePostAsync(ZoombuM1.ServiceReference1.Post post, int idUser, int idGroup) { return(base.Channel.CreatePostAsync(post, idUser, idGroup)); }
public int AddPictureToAPost(ZoombuM1.ServiceReference1.Post post, string pathPicture) { return(base.Channel.AddPictureToAPost(post, pathPicture)); }
public ZoombuM1.ServiceReference1.Post CreatePost(ZoombuM1.ServiceReference1.Post post, int idUser, int idGroup) { return(base.Channel.CreatePost(post, idUser, idGroup)); }