public IList<ParameterTypesCodes> BusinessTypes()
 {
     ParameterResource objParameterResource = new ParameterResource();
     return objParameterResource.BusinessTypes();
 }
 public List<ParameterTypesCodes> CouponUses()
 {
     ParameterResource objresource = new ParameterResource();
        return objresource.CouponUses();
 }
 public IList<ParameterTypesCodes> EmailNotifications(object[] param)
 {
     ParameterResource objParameterResource = new ParameterResource();
     return objParameterResource.EmailNotifications(param);
 }
 public IList<ParameterTypesCodes> PaymentModes()
 {
     ParameterResource objParameterResource = new ParameterResource();
     return objParameterResource.PaymentModes();
 }
 public List<ParameterTypesCodes> GetTributeTypesbyTypeCode(int TypeCode)
 {
     ParameterResource objparares = new ParameterResource();
     return objparares.GetTributeTypesbyTypeCode(TypeCode);
 }
 public List<ParameterTypesCodes> GetListofTributes(string applicationType)
 {
     ParameterResource objparares = new ParameterResource();
     return objparares.GetTributeTypes(applicationType);
 }