6 lines
167 B
C#
6 lines
167 B
C#
namespace OpenWarehouse.warehouse.api.Common.ServiceClaims;
|
|
|
|
public enum ServiceClaim
|
|
{
|
|
ServiceAcoountUsername, ServiceAcoountToken, SericeIsnitialized,
|
|
} |