init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Kreta.Core
|
||||
{
|
||||
public interface IUgyfelszolgalatConfig
|
||||
{
|
||||
string Url { get; }
|
||||
string ProjectKey { get; }
|
||||
string CommaSeparatedGroupIdFilters { get; }
|
||||
bool IsFileUploadEnabled { get; }
|
||||
string JiraServiceApiUrl { get; }
|
||||
string JiraServiceApiKey { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user