Exception :"The type 'Nullable`1' of property 'IsHigherAuthority' is not supported" `public bool? IsHigherAuthority { get; set; }` ` _repo.Find<CasUser>(w => w.DepartmentId == departmentId && w.IsHigherAuthority==true);`
Exception :"The type 'Nullable`1' of property 'IsHigherAuthority' is not supported"
public bool? IsHigherAuthority { get; set; }_repo.Find<CasUser>(w => w.DepartmentId == departmentId && w.IsHigherAuthority==true);