Exemplo n.º 1
0
 public async Task <ActionResult <bool> > RemovePost(int id)
 {
     return(await _postProvider.Remove(id));
 }