Example #1
0
        /*__________________________________________________________________________________________*/
        private void TestCustomer()
        {
            //string id = "00000000000000085967_00000001220429793929_03490";
            //Session.Instance.EntityId = id;
            Customers customer = new Customers();
            customer.LoadDataObjects();

            //Customer customer = new Customer();
            //customer.LoadDataObjects();
        }
Example #2
0
 public void testcustomer()
 {
     Customers customer = new Customers();
 }