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