I put them in context, I'm working with C # MVC architecture, when making POST of a Create, defined as follows:
[HttpPost]
public JsonResult Create(List<Modelo> registros)
{...
I must return a JsonResult() in which I must re...
asked by
16.10.2018 / 21:27