//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ 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 CreationDate { get; set; } public Nullable 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; } } }