usp_GetSiteAccountSites_Result.cs
1.03 KB
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace AIAHTML5.ADMIN.API.Entity
{
using System;
public partial class usp_GetSiteAccountSites_Result
{
public int Id { get; set; }
public string Title { get; set; }
public Nullable<System.DateTime> CreationDate { get; set; }
public Nullable<System.DateTime> ModifiedDate { get; set; }
public string InstituteName { get; set; }
public string Department { get; set; }
public string Ip { get; set; }
public string SiteIpTo { get; set; }
public string SiteUserFirstName { get; set; }
public string SiteUserEmailId { get; set; }
}
}