using System; using System.Collections.Generic; namespace Biskilog_Accounting.Shared.ClientContractModels; public partial class Siteaccesspermission { public int UserId { get; set; } /// /// businessIds could also been seen as branchID /// public int BusinessId { get; set; } public int ClientId { get; set; } }