Beispiel #1
0
 public System.Threading.Tasks.Task <string> MakeBetAsync(int accountId, decimal sum, int eventCode, BetsClient.MainService.BetType type)
 {
     return(base.Channel.MakeBetAsync(accountId, sum, eventCode, type));
 }
Beispiel #2
0
 public string MakeBet(int accountId, decimal sum, int eventCode, BetsClient.MainService.BetType type)
 {
     return(base.Channel.MakeBet(accountId, sum, eventCode, type));
 }