Exemple #1
0
 public List <History> BetweenDates(DateTime startDate, DateTime endDate, HistoryEventType eventType)
 {
     return(_historyRepository.BetweenDates(startDate, endDate, eventType));
 }