/Atlassian.Jira/IFileSystem.cs
https://bitbucket.org/yyo/atlassian.net-sdk-v2.0 · C# · 12 lines · 11 code · 1 blank · 0 comment · 0 complexity · 5141783d3d6b9562c6883aef60cae113 MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
-
- namespace Atlassian.Jira
- {
- public interface IFileSystem
- {
- byte[] FileReadAllBytes(string path);
- }
- }