示例#1
0
        public void FromSql(JObject jObject)
        {
            Type type = typeof(ClientOrder);

            JsonObjectWriter.WriteFromSql(type, jObject, this);
        }
示例#2
0
        public void FromSql(JObject jObject)
        {
            Type type = typeof(PanelSetOrderCPTCodeBill);

            JsonObjectWriter.WriteFromSql(type, jObject, this);
        }
示例#3
0
        public void FromSql(JObject jObject)
        {
            Type type = typeof(Physician);

            JsonObjectWriter.WriteFromSql(type, jObject, this);
        }
示例#4
0
        public void FromSql(JObject jObject)
        {
            Type type = typeof(CountryCode);

            JsonObjectWriter.WriteFromSql(type, jObject, this);
        }