mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:26:31 +00:00
7 lines
81 B
C#
7 lines
81 B
C#
namespace Azaion.Common.DTO.Queue;
|
|
|
|
public enum SourceEnum
|
|
{
|
|
AI,
|
|
Manual
|
|
} |