From f1f6af588ea5d6068e824303607e81cdd80cbd93 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Fri, 20 Aug 2021 21:48:17 +0200 Subject: Update packages, add AppCookie --- src/Data/General/AppCookie.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/Data/General/AppCookie.cs (limited to 'src/Data/General/AppCookie.cs') diff --git a/src/Data/General/AppCookie.cs b/src/Data/General/AppCookie.cs new file mode 100644 index 0000000..afa876f --- /dev/null +++ b/src/Data/General/AppCookie.cs @@ -0,0 +1,9 @@ +namespace IOL.WebApi.Template.Data.General +{ + public sealed record AppCookie + { + public string Name { get; init; } + public string Description { get; init; } + public bool Required { get; init; } + } +} -- cgit v1.3