예제 #1
0
 public List <BONUS> GetAvailableBonusForCustomer(int CustomerId)
 {
     return(_bonusDAO.GetAvailableBonusForCustomer(CustomerId));
 }