namespace TaxPayer.Models.Mongodb { public class SystemLog { public string TraceIdentifierID { get; set; } public string Datetime { get; set; } public string Route { get; set; } public string Method { get; set; } public string Type { get; set; } public string Value { get; set; } } }