Exemplo n.º 1
0
 public bool CreateNewPost(Post p)
 {
     return(postInterface.CreateNewPost(p));
 }