06-12-2022

This commit is contained in:
Jonathan Jenne
2022-12-06 14:08:20 +01:00
parent c867e4e3a6
commit 248be23804
46 changed files with 1513 additions and 347 deletions

View File

@@ -0,0 +1,7 @@
namespace ECM.JobRunner.Web
{
public class Constants
{
public const int ENTITY_ID_NEW = -1;
}
}