Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <TreasureHuntDesktopApplication.FullClient.TreasureHuntService.huntparticipant[]> GetHuntParticipantsAsync(TreasureHuntDesktopApplication.FullClient.TreasureHuntService.hunt currentTreasureHunt)
 {
     return(base.Channel.GetHuntParticipantsAsync(currentTreasureHunt));
 }
Ejemplo n.º 2
0
 public TreasureHuntDesktopApplication.FullClient.TreasureHuntService.huntparticipant[] GetHuntParticipants(TreasureHuntDesktopApplication.FullClient.TreasureHuntService.hunt currentTreasureHunt)
 {
     return(base.Channel.GetHuntParticipants(currentTreasureHunt));
 }
Ejemplo n.º 3
0
 public System.Threading.Tasks.Task <long[]> GetHuntQuestionsAsync(TreasureHuntDesktopApplication.FullClient.TreasureHuntService.hunt hunt)
 {
     return(base.Channel.GetHuntQuestionsAsync(hunt));
 }
Ejemplo n.º 4
0
 public long[] GetHuntQuestions(TreasureHuntDesktopApplication.FullClient.TreasureHuntService.hunt hunt)
 {
     return(base.Channel.GetHuntQuestions(hunt));
 }
Ejemplo n.º 5
0
 public System.Threading.Tasks.Task <long> SaveNewHuntAsync(TreasureHuntDesktopApplication.FullClient.TreasureHuntService.hunt newHunt)
 {
     return(base.Channel.SaveNewHuntAsync(newHunt));
 }
Ejemplo n.º 6
0
 public long SaveNewHunt(TreasureHuntDesktopApplication.FullClient.TreasureHuntService.hunt newHunt)
 {
     return(base.Channel.SaveNewHunt(newHunt));
 }