Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Filters;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
namespace SchedulerApi.Filters
{
/// <inheritdoc />