Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.14 KB | None | 0 0
  1.  public ActionResult List(int ilosc)
  2.         {
  3.             var res = db.NajKli(ilosc);
  4.             return View(res.ToList());
  5.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement