Example #1
0
 public ActionResult <Cor> Get(int id)
 {
     return(Ok(_corRepository.CarregarPorId(id)));
 }