API.DataAccess.MemoryTransitRepository.SetPlatformTags C# (CSharp) Метод

SetPlatformTags() публичный Метод

public SetPlatformTags ( int>.Dictionary platformTags ) : void
platformTags int>.Dictionary
Результат void
        public void SetPlatformTags(Dictionary<int, int> platformTags)
        {
            s_platformTags = platformTags;
            File.WriteAllText(_platformTagsPath, JsonConvert.SerializeObject(platformTags));
        }