mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-08-11 11:42:03 +00:00
made phone optional in customers model
This commit is contained in:
@@ -37,7 +37,7 @@ public class Customers
|
||||
public required string Name { get; set; }
|
||||
public string? Company { get; set; }
|
||||
public required string Email { get; set; }
|
||||
public required string PhoneNumber { get; set; }
|
||||
public string? PhoneNumber { get; set; }
|
||||
public string? Address { get; set; }
|
||||
public string? BillingTerms { get; set; }
|
||||
public string? Notes { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user