8 lines
264 B
C#
8 lines
264 B
C#
namespace WatchIt.WebAPI.Services.Utility.Configuration.Model;
|
|
|
|
public class LogLevel
|
|
{
|
|
public string Default { get; set; }
|
|
public string Microsoft_AspNetCore { get; set; }
|
|
public string Microsoft_EntityFrameworkCore_Database_Command { get; set; }
|
|
} |