Esempio n. 1
0
 public bool Atualizar(Post entity)
 {
     return(_postRepository.Atualizar(entity));
 }