Example #1
0
 public ActionResult <IEnumerable <Cor> > Get()
 {
     return(Ok(_corRepository.CarregarTodos()));
 }