コード例 #1
0
ファイル: CalendarEventModel.cs プロジェクト: agamat/Ribbon-1
 public IList <CalendarEvent> GetByCountry(Country country)
 {
     return(_calendarEventRepository.GetByCountry(country.ToString(), country.TimeZoneIds));
 }