コード例 #1
0
        public static IBankAccountService CreateTransparentProxy()
        {
            IBankAccountService bankAccountService = TransparentProxy <DummyBankAccountService, IBankAccountService> .CreateNew();

            return(bankAccountService);
        }