AddSingleton <ITest, Test>(); } } public class Executor { private readonly ITest _test; public Executor(ITest test) { _test = test; } ...
確定! 回上一頁