Ejemplo n.º 1
0
 public override List <Time> TimesinRange(DateTime dateA, DateTime dateB)
 {
     return(_primary.TimesinRange(dateA, dateB));
 }