Skip to content

Commit

Permalink
Updade dock
Browse files Browse the repository at this point in the history
  • Loading branch information
keyroll-99 committed Jun 8, 2024
1 parent 57fcdcf commit 1a3bbac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Nice to have - 30 days
- [ ] Auto impl register
- [ ] Auto inject to method
- [ ] Extension for EF
- [ ] Support fo cqrs
- [ ] Security
- [ ] CORS
- [ ] Before calling the action, an attribute
Expand Down
13 changes: 1 addition & 12 deletions docs/Fiona-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,17 +195,6 @@ else
bodyEnd;
```

example of use:

```csharp
class IndexController;
route: /home;
inject:
- userService: IUserService
- logger: ILogger<TestController>;
endpoint:
...

## Example

code like this:
Expand Down Expand Up @@ -265,7 +254,7 @@ bodyEnd;
```

will be generated:
will be generated (of course generated code will be not formated):

```csharp
using Fiona.Hosting.Controller.Attributes;
Expand Down

0 comments on commit 1a3bbac

Please sign in to comment.