General code refactor.

This commit is contained in:
2021-08-17 21:23:10 +01:00
parent 4fcaeffc85
commit 75edb759e6
513 changed files with 38377 additions and 48553 deletions

View File

@@ -33,8 +33,6 @@
namespace Aaru.Database.Models
{
/// <inheritdoc />
/// <summary>
/// Remote operating system
/// </summary>
/// <summary>Remote operating system</summary>
public class RemoteOperatingSystem : BaseOperatingSystem {}
}