Esempio n. 1
0
 public IActionResult Index()
 {
     return(View(_expedidorAppService.GetAll()));
 }
Esempio n. 2
0
 public IActionResult Get()
 {
     return(Response(_expedidorAppService.GetAll()));
 }