add supplier attributes
This commit is contained in:
19
AB.Contracts/CommunicationType.cs
Normal file
19
AB.Contracts/CommunicationType.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System.Runtime.Serialization;
|
||||
|
||||
namespace AB.Contracts
|
||||
{
|
||||
public enum CommunicationType
|
||||
{
|
||||
[EnumMember(Value = "Email")]
|
||||
Email,
|
||||
|
||||
[EnumMember(Value = "Postal")]
|
||||
Postal,
|
||||
|
||||
[EnumMember(Value = "Phone")]
|
||||
Phone,
|
||||
|
||||
[EnumMember(Value = "Fax")]
|
||||
Fax
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user