Exemplo n.º 1
0
 public List <BONUS> GetAllBonusOfCustomer(int idCust)
 {
     return(_bonusDAO.GetAllBonusOfCustomer(idCust));
 }