public void SaveGig(GigEntry.localhost.LinkItem item) { base.Channel.SaveGig(item); }
public GetGigResponse(GigEntry.localhost.LinkItem Item) { this.Item = Item; }
public void SaveGig(GigEntry.localhost.LinkItem Item) { GigEntry.localhost.SaveGigRequest inValue = new GigEntry.localhost.SaveGigRequest(); inValue.Item = Item; GigEntry.localhost.SaveGigResponse retVal = ((GigEntry.localhost.GigManagerServiceContract)(this)).SaveGig(inValue); }
public SaveGigRequest(GigEntry.localhost.LinkItem Item) { this.Item = Item; }