public IEnumerable <CleaningStatsDTO> CleaningsStatistics([FromQuery] DateTime date) { return(_hotelService.CleaningStats(date)); }