Exemplo n.º 1
0
 public int AddReward(PmsEntity.GuestReward reward)
 {
     return(DalFactory.AddReward(reward));
 }