8 lines
117 B
C#
8 lines
117 B
C#
namespace AMREZ.EOP.Domain.Shared.Customer;
|
|
|
|
public enum CustomerStatus
|
|
{
|
|
Active,
|
|
Inactive,
|
|
Blacklisted
|
|
} |