AIAImageJsonInfo.cs 294 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace AIAHTML5.API.Models
{
    public class AIAImageJsonInfo
    {
        public int ID { get; set; }
        public int DocumentId { get; set; }
        public string ImageJson { get; set; }
    }
}