creating oData client
testing odata interface
This commit is contained in:
11
API/Models/Change.cs
Normal file
11
API/Models/Change.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace API.Models {
|
||||
public class Change {
|
||||
public int ID { get; set; }
|
||||
public int UserId { get; set; }
|
||||
public User User { get; set; }
|
||||
public DateTime Date { get; set; }
|
||||
public string Comment { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user