Beispiel #1
0
 public IActionResult ListAllHumans()
 {
     return(View(HumanLogic.GetAll()));
 }
Beispiel #2
0
 public IEnumerable <Human> GetAllHuman()
 {
     return(logic.GetAll());
 }