Skip to content

Commit 178c607

Browse files
authored
Add IDisposable to IApiAccessor
1 parent 12eff4a commit 178c607

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Infobip.Api.Client/Client/IApiAccessor.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
*/
1010

1111

12+
using System;
13+
1214
namespace Infobip.Api.Client
1315
{
1416
/// <summary>
1517
/// Represents configuration aspects required to interact with the API endpoints.
1618
/// </summary>
17-
public interface IApiAccessor
19+
public interface IApiAccessor : IDisposable
1820
{
1921
/// <summary>
2022
/// Gets or sets the configuration object

0 commit comments

Comments
 (0)