public interface IContainer { Func<object> CreateFactory(Type type); IContainer AddSingleton(Type type, Func<object> factory); IContainer AddTransient(Type ...
確定! 回上一頁