Exemplo n.º 1
0
 public IActionResult Save(ListWrapper lw)
 {
     lw.List.Stan = Stan.Przyjety;
     repo.AddList(lw.List);
     repo.Save();
     lw.canRender = true;
     return(RedirectToAction("KlientView", "Home"));
 }