* Fixed DTOs issues
* Added service to save data
This commit is contained in:
@@ -4,9 +4,9 @@ public class CustomerDto : DtoBase
|
||||
{
|
||||
public string CustNum { get; set; }
|
||||
public int CustSeq { get; set; }
|
||||
public string Contact1 { get; set; }
|
||||
public string Contact2 { get; set; }
|
||||
public string Contact3 { get; set; }
|
||||
public string? Contact1 { get; set; }
|
||||
public string? Contact2 { get; set; }
|
||||
public string? Contact3 { get; set; }
|
||||
public string Phone1 { get; set; }
|
||||
public string Phone2 { get; set; }
|
||||
public string Phone3 { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user