예제 #1
0
 public OrderAnswer(GiveDetailsStatus status, string answer) : base((int)status, answer)
 {
 }
예제 #2
0
 public OrderException(GiveDetailsStatus status, string message) : base((int)status, message)
 {
 }