mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code cleanup and style refactor.
This commit is contained in:
@@ -30,10 +30,10 @@
|
||||
// Copyright © 2011-2022 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
namespace Aaru.Dto;
|
||||
|
||||
using Aaru.CommonTypes.Metadata;
|
||||
|
||||
namespace Aaru.Dto;
|
||||
|
||||
/// <inheritdoc />
|
||||
/// <summary>DTO from a CD drive read offset</summary>
|
||||
public class CdOffsetDto : CdOffset
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
namespace Aaru.Dto;
|
||||
|
||||
using Aaru.CommonTypes.Enums;
|
||||
|
||||
namespace Aaru.Dto;
|
||||
|
||||
/// <summary>DTO for iNES/NES 2.0 headers</summary>
|
||||
public class NesHeaderDto
|
||||
{
|
||||
|
||||
@@ -30,10 +30,10 @@
|
||||
// Copyright © 2011-2022 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
namespace Aaru.Dto;
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Aaru.Dto;
|
||||
|
||||
/// <summary>DTO for database synchronization.</summary>
|
||||
public class SyncDto
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user