TerrificNet.ViewEngine.Globalization.JsonLabelService.JsonLabelService C# (CSharp) Метод

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

public JsonLabelService ( IFileSystem fileSystem ) : System.Collections.Generic
fileSystem IFileSystem
Результат System.Collections.Generic
		public JsonLabelService(IFileSystem fileSystem)
		{
			_fileSystem = fileSystem;
			_fileName = PathInfo.Create("labels.json");
		}