Exemplo n.º 1
0
 public static WeekInfoList WeekFetchInfoList(int year)
 {
     return(WeekInfoList.FetchWeekInfoList(
                new WeekDataCriteria
     {
         Year = year
     }));
 }
Exemplo n.º 2
0
 public static WeekInfoList WeekFetchInfoList(WeekDataCriteria criteria)
 {
     return(WeekInfoList.FetchWeekInfoList(criteria));
 }
Exemplo n.º 3
0
 public static WeekInfoList WeekFetchInfoList()
 {
     return(WeekInfoList.FetchWeekInfoList(
                new WeekDataCriteria()));
 }