예제 #1
0
 public int AddReward(PmsEntity.GuestReward reward)
 {
     return(DalFactory.AddReward(reward));
 }