final update
This commit is contained in:
15
Website/LOC.Core/LogEntry.cs
Normal file
15
Website/LOC.Core/LogEntry.cs
Normal file
@ -0,0 +1,15 @@
|
||||
namespace LOC.Core
|
||||
{
|
||||
using System;
|
||||
|
||||
public class LogEntry
|
||||
{
|
||||
public int LogEntryId { get; set; }
|
||||
|
||||
public DateTime Date { get; set; }
|
||||
|
||||
public string Category { get; set; }
|
||||
|
||||
public string Message { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user