Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> AddMatchDayAsync(System.Xml.Linq.XElement xmlElement, LigaManagerAdminClient.AdminClientService.Season selectedSeason, int matchday)
 {
     return(base.Channel.AddMatchDayAsync(xmlElement, selectedSeason, matchday));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> GenerateMatchesAsync(LigaManagerAdminClient.AdminClientService.Season season, System.DateTime beginDateTime, System.DateTime endDateTime)
 {
     return(base.Channel.GenerateMatchesAsync(season, beginDateTime, endDateTime));
 }
Ejemplo n.º 3
0
 public bool AddMatchDay(System.Xml.Linq.XElement xmlElement, LigaManagerAdminClient.AdminClientService.Season selectedSeason, int matchday)
 {
     return(base.Channel.AddMatchDay(xmlElement, selectedSeason, matchday));
 }
Ejemplo n.º 4
0
 public System.Threading.Tasks.Task <bool> UpdateSeasonAsync(LigaManagerAdminClient.AdminClientService.Season season)
 {
     return(base.Channel.UpdateSeasonAsync(season));
 }
Ejemplo n.º 5
0
 public bool GenerateMatches(LigaManagerAdminClient.AdminClientService.Season season, System.DateTime beginDateTime, System.DateTime endDateTime)
 {
     return(base.Channel.GenerateMatches(season, beginDateTime, endDateTime));
 }
Ejemplo n.º 6
0
 public bool UpdateSeason(LigaManagerAdminClient.AdminClientService.Season season)
 {
     return(base.Channel.UpdateSeason(season));
 }
Ejemplo n.º 7
0
 public System.Threading.Tasks.Task <LigaManagerAdminClient.AdminClientService.SeasonToTeamRelation[]> GetSeasonToTeamRelationAsync(LigaManagerAdminClient.AdminClientService.Season season)
 {
     return(base.Channel.GetSeasonToTeamRelationAsync(season));
 }
Ejemplo n.º 8
0
 public LigaManagerAdminClient.AdminClientService.SeasonToTeamRelation[] GetSeasonToTeamRelation(LigaManagerAdminClient.AdminClientService.Season season)
 {
     return(base.Channel.GetSeasonToTeamRelation(season));
 }
Ejemplo n.º 9
0
 public System.Threading.Tasks.Task <LigaManagerAdminClient.AdminClientService.Match[]> GetMatchesAsync(LigaManagerAdminClient.AdminClientService.Season season)
 {
     return(base.Channel.GetMatchesAsync(season));
 }
Ejemplo n.º 10
0
 public LigaManagerAdminClient.AdminClientService.Match[] GetMatches(LigaManagerAdminClient.AdminClientService.Season season)
 {
     return(base.Channel.GetMatches(season));
 }