예제 #1
0
 public IActionResult Details(int GiftId)
 {
     return(View(_giftsRepository.GetGiftById(GiftId)));
 }