Exemplo n.º 1
0
 public UserAnswer(EnterSystemStatus status, string answer) : base((int)status, answer)
 {
 }
Exemplo n.º 2
0
 public UserException(EnterSystemStatus status, string message) : base((int)status, message)
 {
 }
Exemplo n.º 3
0
 public UserAnswer(EnterSystemStatus status, string answer, int userId) : base((int)status, answer, new[] { userId.ToString() })
 {
 }