add supplier repo and suppliercreationdto

This commit is contained in:
2023-06-09 13:04:59 +02:00
parent 7b1aaacfb5
commit f5c030df01
14 changed files with 207 additions and 35 deletions

View File

@@ -16,5 +16,4 @@ public class CustomerDto
public string Iban { get; set; }
public string PhoneNumber { get; set; }
}