Exemplo n.º 1
0
 private static Task <Type> GenerateProxyTypeAsync <TInterface, TInterceptor>() where TInterface : class where TInterceptor : InterfaceInterceptor <TInterface> =>
 ProxyGenerator <TInterface, TInterceptor> .GetGeneratedTypeAsync();