Add remote statistics.

This commit is contained in:
2019-12-07 18:50:53 +00:00
parent 1fa7cbbdf4
commit 9e21a460d2
9 changed files with 1698 additions and 14 deletions

View File

@@ -0,0 +1,4 @@
namespace DiscImageChef.Database.Models
{
public class RemoteArchitecture : NameCountModel<int> { }
}