Ejemplo n.º 1
0
        private static void AddRestorer <TRestorer>()
            where TRestorer : EntitiesRestorer, new()
        {
            var restorer = new TRestorer();
            var type     = restorer.GetProcessingType();

            RegisteredRestorers[type] = restorer;
        }