Exemplo n.º 1
0
 public bool BuildCalendar(DateTime startTime)
 {
     DAL.Common common = new DAL.Common();
     return(common.generateCalendar(startTime));
 }