Skip to content
Snippets Groups Projects
Commit 86f043ef authored by BigDude's avatar BigDude
Browse files

Log -> LogInfo

parent 43b1ba93
No related branches found
No related tags found
No related merge requests found
......@@ -8,13 +8,13 @@ namespace assignment1.Models
public class LogInfo
{
//[BsonElement("api_user")]
BsonElement("User")]
public string User { get; set; } = string.Empty;
//[BsonElement("operation")]
BsonElement("Operation")]
public string Operation { get; set; } = string.Empty;
//[BsonElement("UtcTimeStamp")]
BsonElement("TimeStamp")]
public DateTime Timestamp { get; set; } = DateTime.UtcNow;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment