Example #1
0
 public List <Day> GetAllDays()
 {
     aScheduleGateway = new ScheduleGateway();
     return(aScheduleGateway.GetAllDays());
 }