Esempio n. 1
0
 public void IsAScope()
 {
     Daytona.Store.Scope<Customer> connection = new Daytona.Store.Scope<Customer>();
     Assert.IsInstanceOfType(connection, typeof(Daytona.Store.Scope<Customer>));
 }
Esempio n. 2
0
 public void IsAScope()
 {
     Daytona.Store.Scope <Customer> connection = new Daytona.Store.Scope <Customer>();
     Assert.IsInstanceOfType(connection, typeof(Daytona.Store.Scope <Customer>));
 }