We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4370b commit c70c244Copy full SHA for c70c244
src/CommunityToolkit.Datasync.Client/Service/DatasyncServiceClient.cs
@@ -22,7 +22,7 @@ namespace CommunityToolkit.Datasync.Client;
22
/// for HTTP datasync services.
23
/// </summary>
24
/// <typeparam name="TEntity">The type of entity being processed by this service client.</typeparam>
25
-internal class DatasyncServiceClient<TEntity> : IDatasyncServiceClient<TEntity> where TEntity : class
+public class DatasyncServiceClient<TEntity> : IDatasyncServiceClient<TEntity> where TEntity : class
26
{
27
/// <summary>
28
/// Creates a new <see cref="DatasyncServiceClient{TEntity}"/> using default information based on
0 commit comments