예제 #1
0
 public List <History> Between(DateTime start, DateTime end)
 {
     return(_historyRepository.Between(start, end));
 }