/// <summary>
 /// 查询所有性别类型
 /// </summary>
 /// <returns></returns>
 public static List <SexType> SelectSexTypeAll()
 {
     return(CustoTypeService.SelectSexTypeAll());
 }
 /// <summary>
 /// 根据会员等级编号查询会员等级名称
 /// </summary>
 /// <param name="CustoTypeId"></param>
 /// <returns></returns>
 public static string SelectTypeNameByCustoTypeId(int CustoTypeId)
 {
     return(CustoTypeService.SelectTypeNameByCustoTypeId(CustoTypeId));
 }
 /// <summary>
 /// 查询所有证件类型
 /// </summary>
 /// <returns></returns>
 public static List <PassPortType> SelectPassPortTypeAll()
 {
     return(CustoTypeService.SelectPassPortTypeAll());
 }
 /// <summary>
 /// 查询所有会员等级名称
 /// </summary>
 /// <returns></returns>
 public static List <CustoType> SelectCustoTypesAll()
 {
     return(CustoTypeService.SelectCustoTypesAll());
 }