creating oData client
testing odata interface
This commit is contained in:
10
API/Models/File.cs
Normal file
10
API/Models/File.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace API.Models {
|
||||
public class File {
|
||||
public int ID { get; set; }
|
||||
public Guid ReferenceFile { get; set; }
|
||||
public string Name { get; set; }
|
||||
public FileType FileType { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user