Ejemplo n.º 1
0
 public IEnumerable <ImportedEventModel> GetEvents(int year, int month)
 {
     return(_query.GetEventsInMonth(year, month));
 }