I'm doing a small exercise of operations consuming a Web Service, but I can not find a way to show the result in the view, I'm not using Model.
controller
{
return View();
}
[HttpPost]
public ActionResult Index(int primero, int segundo...
asked by
11.01.2018 / 15:15