Ejemplo n.º 1
0
 public IList <DDlList> GetCourseFromTimeSpanBAL(DateTime startDate, DateTime endDate)
 {
     return(DAL.GetCourseFromTimeSpanListDAL(startDate, endDate));
 }