註冊時加註SingleInstance(),Autofac便會以Singleton方式提供物件 builder.RegisterType<TheNewOne>().SingleInstance();
確定! 回上一頁