Exemplo n.º 1
0
 public int CountSince(int indexerId, DateTime date, List <HistoryEventType> eventTypes)
 {
     return(_historyRepository.CountSince(indexerId, date, eventTypes));
 }