1

Is it possible to generate models' repository files with EF Power tools? How?

Babak
  • 3,716
  • 6
  • 39
  • 56

1 Answers1

1

There is no way to generate them from the power tools but there is a NuGet package I created which will generate Repository and UnitOfWork classes for you:

https://www.nuget.org/packages/RepositoryGenerator/

Omar Elabd
  • 1,914
  • 1
  • 18
  • 23