コード例 #1
0
        public Task <IEnumerable <Account> > GetListOfAccounts()
        {
            if (_serviceClient == null)
            {
                new Exception("IServiceClient has no value");
            }

            return(_serviceClient.GetListOfAccountsAsync());
        }