CodeLiturgy.Dashboard/CodeLiturgy.Data.Application/Sites/EnvironmentType.cs

9 lines
118 B
C#
Raw Normal View History

2022-11-18 01:39:36 +03:00
namespace CodeLiturgy.Data.Application;
2022-11-17 00:17:44 +03:00
public enum EnvironmentType
{
Development,
Staging,
Production
}