Пример #1
0
 public UserAnswer(GetControlledStoresStatus status, string answer) : base((int)status, answer)
 {
 }
Пример #2
0
 public UserException(GetControlledStoresStatus status, string message) : base((int)status, message)
 {
 }
Пример #3
0
 public UserAnswer(GetControlledStoresStatus status, string answer, string[] usersNames) : base((int)status, answer, usersNames)
 {
 }