예제 #1
0
 public IEnumerable <Holiday> List()
 {
     return
         (holidays.List());
 }