9 lines
126 B
C#
9 lines
126 B
C#
namespace eSuite.Core.Workflow;
|
|
|
|
public enum Raci
|
|
{
|
|
Responsible,
|
|
Accountable,
|
|
Consulted,
|
|
Informed
|
|
} |