Exemple #1
0
 public static IConsent IsValid(IInteractionBuffer buf) {
     return GetConsent(buf.ToString());
 }
Exemple #2
0
 public static IConsent IsValid(IInteractionBuffer buf)
 {
     return(GetConsent(buf.ToString()));
 }
Exemple #3
0
 private static IConsent IsUsable(IInteractionBuffer buf) {
     return GetConsent(buf.ToString());
 }
Exemple #4
0
 private static IConsent IsUsable(IInteractionBuffer buf)
 {
     return(GetConsent(buf.ToString()));
 }