Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Dec 18, 2020
1 parent ad03fda commit 8a47fb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,9 @@ public class ActorPresenter : IStartable
}
```

- Now, the pet of PetOwner is automatically set as the instance of Cat when Person is resolved to the instance of PetOwner
- VContainer can have a Pure C # class as an entry point. (Many callbacks like Start, Update, etc..) This facilitates "separation of domain logic and presentation"

- In this example, the routeSearch of CharacterService is automatically set as the instance of AStarRouteSearch when CharacterService is resolved.
- Further, VContainer can have a Pure C# class as an entry point. (Various timings such as Start, Update, etc. can be specified.) This facilitates "separation of domain logic and presentation".

### Flexible Scoping with async

Expand Down
4 changes: 2 additions & 2 deletions website/docs/about/what-is-vcontainer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ public class ActorPresenter : IStartable
}
```

- Now, the pet of PetOwner is automatically set as the instance of Cat when Person is resolved to the instance of PetOwner
- VContainer can have a Pure C # class as an entry point. (Many callbacks like Start, Update, etc..) This facilitates "separation of domain logic and presentation"
- In this example, the routeSearch of CharacterService is automatically set as the instance of AStarRouteSearch when CharacterService is resolved.
- Further, VContainer can have a Pure C# class as an entry point. (Various timings such as Start, Update, etc. can be specified.) This facilitates "separation of domain logic and presentation".

### Flexible Scoping with async

Expand Down

0 comments on commit 8a47fb9

Please sign in to comment.