Exemplo n.º 1
0
 public Post AddPost(Post post)
 {
     return(_PRepository.Add_Post(post));
 }