microsoft / PowerPlatform-DataverseServiceClient

Code Replica for Microsoft.PowerPlatform.Dataverse.Client and supporting nuget packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] IServiceClient interface

cbbuild opened this issue · comments

Hello

Is it possible to add 'IServiceClient' interface which will inherit from a:
IOrganizationService, IOrganizationServiceAsync2, IOrganizationServiceAsync ?

It will be easier to mock ServiceClient in tests using only one interface with all methods (sync/async).