Example #1
0
 public ActionResult GetAll(Guid id)
 {
     return(Ok(clienteAppService.Get(id)));
 }