예제 #1
0
 public IHttpActionResult AlterarStatus(long id)
 {
     return(HandleCallback(() => _contaServico.AlterarStatusConta(id)));
 }