General code cleanup and style refactor.

This commit is contained in:
2022-11-15 15:58:42 +00:00
parent 43a79b379b
commit 5aeef84a29
5 changed files with 69 additions and 71 deletions

View File

@@ -30,15 +30,13 @@
// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
// ReSharper disable VirtualMemberCallInConstructor
namespace Aaru.Dto;
using System.Collections.Generic;
using Aaru.CommonTypes.Metadata;
namespace Aaru.Dto;
/// <summary>DTO for known device</summary>
public class DeviceDto : DeviceReportV2
{