示例#1
0
 public void AttendWish(WishTarget target)
 {
     _wishRepository.AttendWish(target);
     return;
 }