Exemplo n.º 1
0
 public int ChangeBonus(Bonus bonus)
 {
     if (_bonusDao.ChangeBonus(bonus))
     {
         return(0);
     }
     return(1);
 }