예제 #1
0
 public IEnumerable <Team> GetTeamsByZone(QualificationZone zone)
 {
     return(_context.Teams.Where(t => t.QualificationZone == zone).ToList());
 }
예제 #2
0
 public HtmlTeamMapper(string htmlPath, QualificationZone qualificationZone)
 {
     _htmlPath          = htmlPath;
     _qualificationZone = qualificationZone;
 }