Implement option to update billing address
This commit is contained in:
@ -151,7 +151,7 @@ namespace Elwig.Models {
|
||||
.ToHashSet();
|
||||
|
||||
[InverseProperty("Member")]
|
||||
public virtual BillingAddr BillingAddress { get; private set; }
|
||||
public virtual BillingAddr? BillingAddress { get; private set; }
|
||||
|
||||
public int SearchScore(IEnumerable<string> keywords) {
|
||||
keywords = keywords.Where(s => s.Length >= 2 || (s.Length > 0 && s.All(c => char.IsAsciiDigit(c))));
|
||||
|
Reference in New Issue
Block a user