Exemplo n.º 1
0
 public bool RemoveShare(int id)
 {
     return(sharesRepository.RemoveShare(id));
 }