Skip to content

Commit 405d4d4

Browse files
authored
Update README.md
1 parent 67a5056 commit 405d4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public sealed class SomeDataResponse
110110
}
111111
```
112112

113-
### 3. Write a Handler in Your Service to Fetch the Data
113+
### 3. Write a Handler in Your Service to Fetch the Data when you are using OfX only. If you use OfX-gRPC or other transport data layer(next version extension packages), there are no need to create Handlers anymore!
114114
Implement a handler to process data requests. For example:
115115
```csharp
116116
public class UserRequestHandler(): IMappableRequestHandler<UserOfAttribute>

0 commit comments

Comments
 (0)