contact updated
This commit is contained in:
@@ -7,5 +7,7 @@ public class CreateContactDto
|
||||
public string? PhoneNumber { get; set; }
|
||||
public string? Email { get; set; }
|
||||
public string? Address { get; set; }
|
||||
public string? City { get; set; }
|
||||
public string? Role { get; set; }
|
||||
public int? CustomerId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user