Exemplo n.º 1
0
 public UserException(GetStoreManagerPoliciesStatus status, string message) : base((int)status, message)
 {
 }
Exemplo n.º 2
0
 public UserAnswer(GetStoreManagerPoliciesStatus status, string answer) : base((int)status,
                                                                               answer)
 {
 }