Beispiel #1
0
 public IList <CalendarEvent> GetByCountry(Country country)
 {
     return(_calendarEventRepository.GetByCountry(country.ToString(), country.TimeZoneIds));
 }