Skip to content

Commit 1cb539f

Browse files
committed
Make Application Service interface public
Public interface to enable use in other assemblies
1 parent c312541 commit 1cb539f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/LookupUtility/Application/IApplicationService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace BizTalkComponents.Utilities.LookupUtility.Application
88
{
9-
interface IApplicationService
9+
public interface IApplicationService
1010
{
1111
string GetValue(string list, string key, bool throwIfNotExists = false, bool allowDefaults = false);
1212
}

0 commit comments

Comments
 (0)