Files
WorkFlowCheck/src/WorkFlowCheck.Common/DTO/NumberGeneratorTemplateDTO.cs
T
2025-03-19 14:38:04 +01:00

13 lines
215 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WorkFlowCheck.Common.DTO
{
public class NumberGeneratorTemplateDTO
{
}
}