Credis.Cloud.Api by Credis

<PackageReference Include="Credis.Cloud.Api" Version="1.0.2" />

 Practice

public class Practice : TenantEntityBase
public DateTime? Created { get; set; }

public Guid? CreatedBy { get; set; }

public string Description { get; set; }

public virtual ICollection<Experience> Experiences { get; set; }

public bool? IsActive { get; set; }

public DateTime? Modified { get; set; }

public Guid? ModifiedBy { get; set; }

public string Name { get; set; }

public virtual Practice ParentPractice { get; set; }

public Guid? ParentPracticeId { get; set; }

public Guid PracticeId { get; set; }

public virtual ICollection<Practice> Practices { get; set; }

public Guid TenantId { get; set; }

public Practice()