Ejemplo n.º 1
0
        public void FromSql(JObject jObject)
        {
            Type type = typeof(DistributionLog);

            JsonObjectWriter.WriteListObject(type, jObject, this);
        }
Ejemplo n.º 2
0
        public void FromSql(JObject jObject)
        {
            Type type = typeof(PhysicianClient);

            JsonObjectWriter.WriteListObject(type, jObject, this);
        }
Ejemplo n.º 3
0
        public void FromSql(JObject jObject)
        {
            Type type = typeof(BillingLog);

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