testade calibre
This commit is contained in:
9
Server/ViewModels/DataVm.cs
Normal file
9
Server/ViewModels/DataVm.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Bibblan.ViewModels
|
||||
{
|
||||
public class DataVm
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public string Format { get; set; }
|
||||
public string FileName { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user