示例#1
0
 public DateDTO GetDateByCategory(int categoryId, int id)
 {
     return(dateService.GetDateByCategory(categoryId, id));
 }