예제 #1
0
파일: MatchService.cs 프로젝트: bouwe77/fmg
 public DateTime GetNextMatchDay(string seasonId)
 {
     using (var matchRepository = new RepositoryFactory().CreateMatchRepository())
      {
     return matchRepository.GetNextMatchDay(seasonId);
      }
 }