mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 06:03:12 +08:00
12 lines
373 B
C#
12 lines
373 B
C#
namespace Bit.Seeder.Data.Enums;
|
|
|
|
/// <summary>
|
|
/// Business category for company classification.
|
|
/// </summary>
|
|
public enum CompanyCategory
|
|
{
|
|
SocialMedia, Streaming, ECommerce, CRM, Security, CloudInfrastructure,
|
|
DevOps, Collaboration, HRTalent, FinanceERP, Analytics, ProjectManagement,
|
|
Marketing, ITServiceManagement, Productivity, Developer, Financial
|
|
}
|