Beispiel #1
0
 public void GateKeeper(Hemrika.SharePresence.WebSite.GateKeeperService.GateKeeperType type, Hemrika.SharePresence.WebSite.GateKeeperService.GateKeeperListing node, string value)
 {
     base.Channel.GateKeeper(type, node, value);
 }
Beispiel #2
0
 public bool HasListing(Hemrika.SharePresence.WebSite.GateKeeperService.GateKeeperType type, Hemrika.SharePresence.WebSite.GateKeeperService.GateKeeperListing node, string value)
 {
     return(base.Channel.HasListing(type, node, value));
 }