Minor release but contains a lot of rework:

  1. PagedDataDto was extended with 2 fileds total (total amount of entities) and totalPages (dependens on pageSize, totalPages= total/size)
  2. ModelManger was renamed to EfModelManager (means this class works with EntityFramework) and it has fully working impl for get many, get one and delete methods.
  3. Better documentation.