Exemple #1
0
 public List <DateDTO> GetDatesByCategory(int categoryId)
 {
     return(dateService.GetDatesByCategory(categoryId));
 }