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