예제 #1
0
 public List <Faixas> BuscarFaixaPorId(long id)
 {
     return(RestController.BuscarFaixaPorId(id));
 }