Пример #1
0
 public List <DateDTO> Get()
 {
     return(dateService.GetAll());
 }