Add Master Data
This commit is contained in:
8
AMREZ.EOP.Domain/Shared/Customer/CustomerStatus.cs
Normal file
8
AMREZ.EOP.Domain/Shared/Customer/CustomerStatus.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace AMREZ.EOP.Domain.Shared.Customer;
|
||||
|
||||
public enum CustomerStatus
|
||||
{
|
||||
Active,
|
||||
Inactive,
|
||||
Blacklisted
|
||||
}
|
||||
Reference in New Issue
Block a user