Exemplo n.º 1
0
 public IEnumerable <Especie> Get()
 {
     return(_EREP.List());
 }
Exemplo n.º 2
0
 public IActionResult Index()
 {
     return(View(_EREP.List()));
 }