add supplier attributes
This commit is contained in:
11
AB.Domain/Entities/CommunicationType.cs
Normal file
11
AB.Domain/Entities/CommunicationType.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace AB.Domain.Enums
|
||||
{
|
||||
public enum CommunicationType
|
||||
{
|
||||
Email,
|
||||
Postal,
|
||||
Phone,
|
||||
Fax
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user