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