Пример #1
0
 public IActionResult Index()
 {
     return(View(_expedidorAppService.GetAll()));
 }
Пример #2
0
 public IActionResult Get()
 {
     return(Response(_expedidorAppService.GetAll()));
 }