Exemplo n.º 1
0
 public StoreAnswer(SearchProductStatus status, string answer) : base((int)status, answer)
 {
 }
Exemplo n.º 2
0
 public StoreException(SearchProductStatus status, string message) : base((int)status, message)
 {
 }
Exemplo n.º 3
0
 public StoreAnswer(SearchProductStatus status, string answer, string[] storeReport) : base((int)status, answer, storeReport)
 {
 }