Exemplo n.º 1
0
 public System.Threading.Tasks.Task <int> AddPictureToAPostAsync(ZoombuM1.ServiceReference1.Post post, string pathPicture)
 {
     return(base.Channel.AddPictureToAPostAsync(post, pathPicture));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <ZoombuM1.ServiceReference1.Post> CreatePostAsync(ZoombuM1.ServiceReference1.Post post, int idUser, int idGroup)
 {
     return(base.Channel.CreatePostAsync(post, idUser, idGroup));
 }
Exemplo n.º 3
0
 public int AddPictureToAPost(ZoombuM1.ServiceReference1.Post post, string pathPicture)
 {
     return(base.Channel.AddPictureToAPost(post, pathPicture));
 }
Exemplo n.º 4
0
 public ZoombuM1.ServiceReference1.Post CreatePost(ZoombuM1.ServiceReference1.Post post, int idUser, int idGroup)
 {
     return(base.Channel.CreatePost(post, idUser, idGroup));
 }