Exemplo n.º 1
0
 public ProcessResult(ProcessResultStatus status, Exception exception = null)
 {
     Status    = status;
     Exception = exception;
 }
Exemplo n.º 2
0
 public ProcessResult(ProcessResultStatus status, Exception exception = null)
 {
     Status = status;
     Exception = exception;
 }