public bool UpdateRateType(PmsEntity.RateType rateType) { return(DalFactory.UpdateRateType(rateType)); }
public int AddRateType(PmsEntity.RateType rateType) { return(DalFactory.AddRateType(rateType)); }