Exemplo n.º 1
0
        public IList <Transaction> GenerateTList()
        {
            Factory     factory    = Factory.GetInstance();
            IAccountSvc AccountSvc =
                (IAccountSvc)factory.GetService(typeof(IAccountSvc).Name);

            IList <Transaction> tt = AccountSvc.GenerateTList();

            return(tt);
        }