Пример #1
0
 public ActionResult <IEnumerable <Receita> > FindAllTrue()
 {
     return(Ok(_service.FindAllTrue()));
 }