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