Wrote tests for most services, applied EF core optimisations
This commit is contained in:
@@ -14,7 +14,7 @@ public record CreateCustomer
|
||||
|
||||
public string? Phone { get; set; }
|
||||
|
||||
public SocialMedia[]? SocialMedia { get; set; }
|
||||
public ICollection<SocialMedia>? SocialMedia { get; set; }
|
||||
}
|
||||
|
||||
public sealed record UpdateCustomer : CreateCustomer;
|
||||
|
||||
Reference in New Issue
Block a user