Idea of the project: if someone wants to order a project development, here you can send an application.
namespace ProjectRequestTest.Core.Enums
{
public enum ProjectType
{
Custom,
Animals,
Automotive,
Blog,
Сonstructing,
Finance,
Insurance,
Medicine,
Social,
Shopping
}
}