Add Master Data
This commit is contained in:
9
AMREZ.EOP.Domain/Shared/Customer/AddressLabel.cs
Normal file
9
AMREZ.EOP.Domain/Shared/Customer/AddressLabel.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace AMREZ.EOP.Domain.Shared.Customer;
|
||||
|
||||
public enum AddressLabel
|
||||
{
|
||||
Billing,
|
||||
Shipping,
|
||||
Registered,
|
||||
Other
|
||||
}
|
||||
Reference in New Issue
Block a user