netmash/NDB.Logging.Api/Entities/RequestLoggingConfiguration.cs

8 lines
145 B
C#
Raw Normal View History

2023-01-12 01:01:36 +02:00
namespace Netmash.Logging.Api.Entities
{
public class RequestLoggingConfiguration
{
public bool LogBody { get; set; }
}
}