Example #1
0
 public int AddRateType(PmsEntity.RateType rateType)
 {
     return(DalFactory.AddRateType(rateType));
 }