mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Migrate server from ASP.NET Webforms to MVC.
This commit is contained in:
9
DiscImageChef.Server/Models/MediaItem.cs
Normal file
9
DiscImageChef.Server/Models/MediaItem.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace DiscImageChef.Server.Models
|
||||
{
|
||||
public class MediaItem
|
||||
{
|
||||
public string Type { get; set; }
|
||||
public string SubType { get; set; }
|
||||
public long Count { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user