public void DelMatch(WebApplication.WebService.MatchContract match)
 {
     base.Channel.DelMatch(match);
 }
 public System.Threading.Tasks.Task DelMatchAsync(WebApplication.WebService.MatchContract match)
 {
     return(base.Channel.DelMatchAsync(match));
 }
 public WebApplication.WebService.MatchContract AddMatch(WebApplication.WebService.MatchContract match)
 {
     return(base.Channel.AddMatch(match));
 }