CodeLiturgy.Dashboard/BlueWest.Api/Services/Interceptors/ServerLoggerInterceptor.cs

14 lines
218 B
C#
Raw Normal View History

2022-09-17 22:13:35 +03:00
using Grpc.Core.Interceptors;
namespace BlueWest.WebApi.Interceptors
{
/// <summary>
/// Server Logger Interceptor
/// </summary>
public class ServerLoggerInterceptor : Interceptor
{
}
}