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