Example #1
0
 public int AddRewardCategory(PmsEntity.RewardCategory rewardCategory)
 {
     return(DalFactory.AddRewardCategory(rewardCategory));
 }