We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40bb202 commit d0fd9a8Copy full SHA for d0fd9a8
docs/tutorial/Fusion-Cheat-Sheet.md
@@ -42,6 +42,7 @@ using (Computed.Invalidate()) {
42
43
Register compute service:
44
```cs
45
+fusion = services.AddFusion(); // services is IServiceCollection
46
fusion.AddComputeService<IOrderService, OrderService>();
47
```
48
0 commit comments