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

UPPSS

parent 86f043ef
No related branches found
No related tags found
No related merge requests found
......@@ -8,13 +8,13 @@ namespace assignment1.Models
public class LogInfo
{
BsonElement("User")]
[BsonElement("User")]
public string User { get; set; } = string.Empty;
BsonElement("Operation")]
[BsonElement("Operation")]
public string Operation { get; set; } = string.Empty;
BsonElement("TimeStamp")]
[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