Ejemplo n.º 1
0
 public OrderAnswer(GiveDetailsStatus status, string answer) : base((int)status, answer)
 {
 }
Ejemplo n.º 2
0
 public OrderException(GiveDetailsStatus status, string message) : base((int)status, message)
 {
 }