예제 #1
0
 public IActionResult Get()
 {
     return(Response(_empregadoAppService.GetAll()));
 }
예제 #2
0
 public IActionResult Index()
 {
     return(View(_empregadoAppService.GetAll()));
 }