Exemplo n.º 1
0
 public System.Threading.Tasks.Task GenerateMatchesAsync(LigaManagerServer.Models.Season season, System.DateTime beginDateTime, System.DateTime endDateTime)
 {
     return(base.Channel.GenerateMatchesAsync(season, beginDateTime, endDateTime));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> UpdateSeasonAsync(LigaManagerServer.Models.Season season)
 {
     return(base.Channel.UpdateSeasonAsync(season));
 }
Exemplo n.º 3
0
 public void GenerateMatches(LigaManagerServer.Models.Season season, System.DateTime beginDateTime, System.DateTime endDateTime)
 {
     base.Channel.GenerateMatches(season, beginDateTime, endDateTime);
 }
Exemplo n.º 4
0
 public bool UpdateSeason(LigaManagerServer.Models.Season season)
 {
     return(base.Channel.UpdateSeason(season));
 }
Exemplo n.º 5
0
 public System.Threading.Tasks.Task <LigaManagerServer.Models.SeasonToTeamRelation[]> GetSeasonToTeamRelationAsync(LigaManagerServer.Models.Season season)
 {
     return(base.Channel.GetSeasonToTeamRelationAsync(season));
 }
Exemplo n.º 6
0
 public LigaManagerServer.Models.SeasonToTeamRelation[] GetSeasonToTeamRelation(LigaManagerServer.Models.Season season)
 {
     return(base.Channel.GetSeasonToTeamRelation(season));
 }
Exemplo n.º 7
0
 public System.Threading.Tasks.Task <LigaManagerServer.Models.Match[]> GetMatchesAsync(LigaManagerServer.Models.Season season)
 {
     return(base.Channel.GetMatchesAsync(season));
 }
Exemplo n.º 8
0
 public LigaManagerServer.Models.Match[] GetMatches(LigaManagerServer.Models.Season season)
 {
     return(base.Channel.GetMatches(season));
 }