Exemple #1
0
 public Task <IEnumerable <DateTime> > CreateTableDateAsync(DateTime startDate, DateTime endDate)
 {
     return(supportRepository.CreateTableDateAsync(startDate, endDate));
 }