Skip to content

Commit f3671df

Browse files
committed
Merge remote-tracking branch 'origin/feature-publicapplicationserviceinterface'
2 parents c312541 + 1cb539f commit f3671df

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)