mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Use name/count model.
This commit is contained in:
@@ -32,9 +32,5 @@
|
||||
|
||||
namespace DiscImageChef.Server.Models
|
||||
{
|
||||
public class Command : BaseModel<int>
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public long Count { get; set; }
|
||||
}
|
||||
public class Command : NameCountModel<int> { }
|
||||
}
|
||||
Reference in New Issue
Block a user