예제 #1
0
 public ActionResult Narudzbe()
 {
     return(View(narudzbaService.GetNarudzbe(_userManager.GetUserId(HttpContext.User))));
 }