public CalendarDataService_GetSolarLunarYearShould()
        {
            var client = new Standard.RestServices.LocalJson.LunarCalendarClient(Paths.Local.CalendarApi);

            _calendarDataService = new CalendarDataService(client);
        }
示例#2
0
        public CalendarDataService_GetSolarLunarMonthShould()
        {
            var client = new Standard.RestServices.LocalJson.LunarCalendarClient(Paths.Local.DetailedcalendarApi);

            _calendarDataService = new DetailedCalendarDataService(client);
        }