/source/app/NOS.Registration/DefaultFileReader.cs
http://github.com/agross/netopenspace · C# · 14 lines · 12 code · 2 blank · 0 comment · 0 complexity · ebffda0aa3757e5e4b9333330c0672e4 MD5 · raw file
- using ScrewTurn.Wiki;
-
- namespace NOS.Registration
- {
- internal class DefaultFileReader : IFileReader
- {
- public string Read(string path)
- {
- var provider = Collectors.SettingsProvider;
-
- return provider.GetPluginConfiguration(path);
- }
- }
- }