8 lines
112 B
C#
8 lines
112 B
C#
public enum QsofaOutcome
|
|
{
|
|
NotQsofaCode,
|
|
InsufficientCriteria,
|
|
AlertCreated,
|
|
AlertAlreadyOpen
|
|
}
|