public static string GetEnumPro(Type type, string value) { return(GetPro(Remark.GetRemark(type, value), null)); }
public static string GetEnumPro(Enum value) { return(GetPro(Remark.GetRemark(value), null)); }