using Microsoft.WindowsAzure.Storage.Table; using System; using System.Collections.Generic; using System.Text; using TEAMModelOS.SDK.Context.Attributes.Table; namespace TEAMModelOS.Model.Core.Models { [TableSpace(Name = "Core")] public class RoleSchool :Role { public string SchoolCode { get; set; } public string SchoolName { get; set; } } }