6 lines
114 B
C#
6 lines
114 B
C#
namespace ConsoleApp2.Const;
|
|
|
|
public static class ProcessStep
|
|
{
|
|
public const string Produce = "Producer";
|
|
} |