コード例 #1
0
ファイル: BCalendarType.cs プロジェクト: ImanRezaeipour/atlas
 public IList <Calendar> GetCalendarListByDateRange(DateTime startDate, DateTime endDate, string CustomCode)
 {
     return(calendarRepository.GetCalendarListByDateRange(startDate, endDate, CustomCode));
 }