8 lines
141 B
C#
8 lines
141 B
C#
|
namespace NDB.Logging.Api.Entities
|
|||
|
{
|
|||
|
public class RequestLoggingConfiguration
|
|||
|
{
|
|||
|
public bool LogBody { get; set; }
|
|||
|
}
|
|||
|
}
|