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