Exemplo n.º 1
0
 public bool InsertPost(Post post)
 {
     return(_postProvider.InsertPost(post));
 }