TerrificNet.ViewEngine.Globalization.JsonLabelService.JsonLabelService C# (CSharp) Méthode

JsonLabelService() public méthode

public JsonLabelService ( IFileSystem fileSystem ) : System.Collections.Generic
fileSystem IFileSystem
Résultat System.Collections.Generic
		public JsonLabelService(IFileSystem fileSystem)
		{
			_fileSystem = fileSystem;
			_fileName = PathInfo.Create("labels.json");
		}