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

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

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

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

            JsonObjectWriter.WriteFromSql(type, jObject, this);
        }
Example #5
0
        public void FromSql(JObject jObject)
        {
            Type type = typeof(DistributionLog);

            JsonObjectWriter.WriteListObject(type, jObject, this);
        }
Example #6
0
        public void FromSql(JObject jObject)
        {
            Type type = typeof(BillingLog);

            JsonObjectWriter.WriteListObject(type, jObject, this);
        }
Example #7
0
        public void FromSql(JObject jObject)
        {
            Type type = typeof(CountryCode);

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