Exemple #1
0
 public StoreAnswer(GetCategoriesDiscountStatus status, string answer) : base((int)status, answer)
 {
 }
Exemple #2
0
 public StoreException(GetCategoriesDiscountStatus status, string message) : base((int)status, message)
 {
 }
Exemple #3
0
 public StoreAnswer(GetCategoriesDiscountStatus status, string answer, string[] policyIds) : base((int)status, answer, policyIds)
 {
 }