예제 #1
0
 private bool BonusExists(long id)
 {
     return(bonusRepository.GetExit(id));
 }