Example #1
0
 public System.Threading.Tasks.Task <RockPaper.Wpf.RockPaperServiceReference.ResponseItemOfOperationOutcomew4XXQMJA> PlayHandAsync(System.Guid gameId, System.Guid teamId, RockPaper.Wpf.RockPaperServiceReference.Hand hand)
 {
     return(base.Channel.PlayHandAsync(gameId, teamId, hand));
 }
Example #2
0
 public RockPaper.Wpf.RockPaperServiceReference.ResponseItemOfOperationOutcomew4XXQMJA PlayHand(System.Guid gameId, System.Guid teamId, RockPaper.Wpf.RockPaperServiceReference.Hand hand)
 {
     return(base.Channel.PlayHand(gameId, teamId, hand));
 }