Rename namespace.

This commit is contained in:
2020-02-27 00:33:25 +00:00
parent 66c637abd4
commit 1a788f948a
6 changed files with 8 additions and 8 deletions

View File

@@ -31,11 +31,11 @@
// ****************************************************************************/
using System.Collections.Generic;
using DiscImageChef.CommonTypes.Metadata;
using Aaru.CommonTypes.Metadata;
// ReSharper disable VirtualMemberCallInConstructor
namespace DiscImageChef.Dto
namespace Aaru.Dto
{
public class DeviceDto : DeviceReportV2
{