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

@@ -0,0 +1,11 @@
namespace AB.Domain.Enums
{
public enum CommunicationType
{
Email,
Postal,
Phone,
Fax
}
}