Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
Add Screenshots
  • Loading branch information
ihahachi authored May 5, 2019
1 parent 3cd071f commit 4f661af
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## About GcodeFirst

it is tool for generator code for Microsoft Entity Framework to support repository, unit of work patterns, multiple database.

the GcodeFirst is tool for generator code developed by CSharp for Microsoft Entity Framework to support repository, unit of work patterns, multiple database.

## Why the UnitOfWork and Repository pattern?

Expand Down Expand Up @@ -176,7 +175,17 @@ unitOfWork.AuthorRepository.Remove(author);
// Ops i don't want to do this
unitOfWork.RejectChanges(); // Reject all changes
```
## Screenshots

<a href="https://imgur.com/KQSMGpz"><img src="https://i.imgur.com/KQSMGpz.jpg" title="source: imgur.com" /></a>

<a href="https://imgur.com/HrgyBVB"><img src="https://i.imgur.com/HrgyBVB.jpg" title="source: imgur.com" /></a>

<a href="https://imgur.com/WQtRLpf"><img src="https://i.imgur.com/WQtRLpf.jpg" title="source: imgur.com" /></a>

<a href="https://imgur.com/czrmpHr"><img src="https://i.imgur.com/czrmpHr.jpg" title="source: imgur.com" /></a>

<a href="https://imgur.com/knqisQe"><img src="https://i.imgur.com/knqisQe.jpg" title="source: imgur.com" /></a>

## License

Expand Down

0 comments on commit 4f661af

Please sign in to comment.