Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
quyvu01 authored Dec 31, 2024
1 parent 67a5056 commit 405d4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public sealed class SomeDataResponse
}
```

### 3. Write a Handler in Your Service to Fetch the Data
### 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!
Implement a handler to process data requests. For example:
```csharp
public class UserRequestHandler(): IMappableRequestHandler<UserOfAttribute>
Expand Down

0 comments on commit 405d4d4

Please sign in to comment.