Beispiel #1
0
 public GigEntry.localhost.LinkItem GetGig(string LicenseKey)
 {
     GigEntry.localhost.GetGigRequest inValue = new GigEntry.localhost.GetGigRequest();
     inValue.LicenseKey = LicenseKey;
     GigEntry.localhost.GetGigResponse retVal = ((GigEntry.localhost.GigManagerServiceContract)(this)).GetGig(inValue);
     return(retVal.Item);
 }
Beispiel #2
0
 GigEntry.localhost.GetGigResponse GigEntry.localhost.GigManagerServiceContract.GetGig(GigEntry.localhost.GetGigRequest request)
 {
     return(base.Channel.GetGig(request));
 }