Example #1
0
 public ActionResult <RetornoView <Setor> > GetAll()
 {
     return(Ok(new{ data = _setorRepository.GetAll() }));
 }