Ejemplo n.º 1
0
        private static WithAutoIdsOnProperty StoreNewIdProperty(IObjectContainer container)
        {
            var toTest = new WithAutoIdsOnProperty();

            container.Store(toTest);
            return(toTest);
        }
 private static WithAutoIdsOnProperty StoreNewIdProperty(IObjectContainer container)
 {
     var toTest = new WithAutoIdsOnProperty();
     container.Store(toTest);
     return toTest;
 }