public class ExampleActionFilter : IAsyncActionFilter { private readonly IMemoryCache _memoryCache; public ExampleActionFilter(IMemoryCache memoryCache) { ...
確定! 回上一頁