This commit is contained in:
Jamie.Rees 2016-12-16 11:26:51 +00:00
commit 33398084be
11 changed files with 382 additions and 0 deletions

View file

@ -7,5 +7,6 @@ namespace PlexRequests.Core
public interface IStatusChecker
{
Task<StatusModel> GetStatus();
Task<Issue> ReportBug(string title, string body);
}
}