예제 #1
0
 public StoreAnswer(ViewStoreStatus status, string answer) : base((int)status, answer)
 {
 }
예제 #2
0
 public StoreException(ViewStoreStatus status, string message) : base((int)status, message)
 {
 }
예제 #3
0
 public StoreAnswer(ViewStoreStatus status, string answer, string[] storeReport) : base((int)status, answer, storeReport)
 {
 }