Beispiel #1
0
        public IStorageSystemSettings Convert(SystemSettings systemSettings)
        {
            MongoSystemSettings storageSystemSettings = new MongoSystemSettings();

            storageSystemSettings.Id      = systemSettings.Id;
            storageSystemSettings.Version = systemSettings.Version;

            return(storageSystemSettings);
        }
        public IStorageSystemSettings Convert(SystemSettings systemSettings)
        {
            MongoSystemSettings storageSystemSettings = new MongoSystemSettings();

            storageSystemSettings.Id = systemSettings.Id;
            storageSystemSettings.Version = systemSettings.Version;

            return storageSystemSettings;
        }