Ejemplo n.º 1
0
 public IList <Event> GetEventsForVariable(VariableType type, DateTime startTime, DateTime endTime)
 {
     return
         (_variableRepository.GetEventsForVariable(type, startTime, endTime));
 }