mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
4 lines
96 B
C#
4 lines
96 B
C#
namespace Aaru.Database.Models
|
|
{
|
|
public class RemoteArchitecture : NameCountModel<int> { }
|
|
} |