namespace HiVakil.Domain.Entities.Users;
public class Lawyer : ApplicationUser
{
public string LawyerCode { get; set; } = string.Empty;
}