Update
This commit is contained in:
7
ConsoleApp2/Const/ProcessStep.cs
Normal file
7
ConsoleApp2/Const/ProcessStep.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace ConsoleApp2.Const;
|
||||
|
||||
public static class ProcessStep
|
||||
{
|
||||
public const string Producer = "Producer";
|
||||
public const string Consumer = "Consumer";
|
||||
}
|
Reference in New Issue
Block a user