|
namespace line_gestao_api.Services;
|
|
|
|
public static class SystemAuditActions
|
|
{
|
|
public const string ListTenants = "SYSTEM_LIST_TENANTS";
|
|
public const string CreateTenantUser = "SYS_CREATE_USER";
|
|
public const string CreateTenantUserRejected = "SYS_CREATE_USER_ERR";
|
|
}
|