mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move to file scoped namespaces.
This commit is contained in:
@@ -30,9 +30,8 @@
|
||||
// Copyright © 2011-2022 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
namespace Aaru.Database.Models
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>Remote operating system</summary>
|
||||
public class RemoteOperatingSystem : BaseOperatingSystem {}
|
||||
}
|
||||
namespace Aaru.Database.Models;
|
||||
|
||||
/// <inheritdoc />
|
||||
/// <summary>Remote operating system</summary>
|
||||
public class RemoteOperatingSystem : BaseOperatingSystem {}
|
||||
Reference in New Issue
Block a user