Ejemplo n.º 1
0
 public void Created_ProductContext_Is_Valid_Type()
 {
     using (var context = new ProductContext())
     {
         Assert.AreSame(typeof(ProductContext), context.GetType());
     }
 }