예제 #1
0
 public IActionResult Delete(int GiftId)
 {
     _giftsRepository.DeleteGift(GiftId);
     return(RedirectToAction("Index"));
 }