示例#1
0
 public IActionResult AddChristmasGift()
 {
     _accountService.AddChristmasGift();
     return(NoContent());
 }