using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace WebAPI.Models
{
    public class FaceRecordForm
    {
        public string AttachUrl1 { set; get; }
        public string inOrOut { set; get; }
        public string projectId { set; get; }
        public string location{ set; get; }
        public string userId { set; get; }
        public string userName { set; get; }
    }
}