Exemple #1
0
 public bool DenyConfirmation(Confirmation conf)
 {
     return(_sendConfirmationAjax(conf, "cancel"));
 }
Exemple #2
0
 public bool AcceptConfirmation(Confirmation conf)
 {
     return(_sendConfirmationAjax(conf, "allow"));
 }