Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0f28c48

Browse files
committedMar 13, 2023
rename: MasaCallerOptionsExtensions -> MasaCallerClientExtensions
1 parent b3291f1 commit 0f28c48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/BuildingBlocks/Service/Masa.BuildingBlocks.Service.Caller/Extensions/MasaCallerOptionsExtensions.cs ‎src/BuildingBlocks/Service/Masa.BuildingBlocks.Service.Caller/Extensions/MasaCallerClientExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace Masa.BuildingBlocks.Service.Caller;
77

8-
public static class MasaCallerOptionsExtensions
8+
public static class MasaCallerClientExtensions
99
{
1010
/// <summary>
1111
/// Set the request handler and response handler for the specified Caller
+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace Masa.BuildingBlocks.Service.Caller;
77

8-
public static class MasaCallerOptionsExtensions
8+
public static class MasaCallerClientExtensions
99
{
1010
/// <summary>
1111
/// Set the request handler and response handler for the specified Caller

0 commit comments

Comments
 (0)
Please sign in to comment.