Files
server/util/Seeder/Data/Enums/CompanyCategory.cs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
373 B
C#
Raw Normal View History

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
}