add supplier attributes

This commit is contained in:
2023-06-12 13:13:40 +02:00
parent 9cb007399a
commit 73bfcccc9c
15 changed files with 218 additions and 46 deletions

View File

@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AB.Contracts;
namespace AB.Contracts;
public class ContactPersonDto
{
@@ -17,5 +11,6 @@ public class ContactPersonDto
public string Email { get; set; }
public string Notes { get; set; }
}