Exemple #1
0
 public ProductViewModel()
 {
     _WallyWord   = new WallyWorldData();
     _ProductList = _WallyWord.GetProducts();
 }
Exemple #2
0
 // Method    :
 // Description :
 //
 //
 //  Parameters  :
 //
 //  Returns     :
 //
 public CustomerViewModel()
 {
     _WallyWord    = new WallyWorldData();
     _CustomerList = _WallyWord.GetCustomers();
 }
        //private ContractMarketplace _Marketplace;

        // Method    :
        // Description :
        //
        //
        //  Parameters  :
        //
        //  Returns     :
        //
        public BranchViewModel()
        {
            _WallyWord  = new WallyWorldData();
            _BranchList = _WallyWord.GetBranches();
        }