mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix namespaces.
This commit is contained in:
@@ -35,7 +35,7 @@ using DiscImageChef.CommonTypes.Metadata;
|
|||||||
|
|
||||||
// ReSharper disable VirtualMemberCallInConstructor
|
// ReSharper disable VirtualMemberCallInConstructor
|
||||||
|
|
||||||
namespace DiscImageChef.Server.Models
|
namespace DiscImageChef.Dto
|
||||||
{
|
{
|
||||||
public class DeviceDto : DeviceReportV2
|
public class DeviceDto : DeviceReportV2
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using DiscImageChef.Server.Models;
|
|
||||||
|
|
||||||
namespace DiscImageChef.Dto
|
namespace DiscImageChef.Dto
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user