Skip to content

Instantly share code, notes, and snippets.

using System.Collections.Generic;
using Unity;
using Unity.Resolution;
namespace MlWebUi.Common.Resolvers
{
public class Resolver<T> : IResolver<T>
{
private readonly IUnityContainer container;
private readonly string? name;