titancamp/travely

Common: Create Repository

Opened this issue · 0 comments

Travely.Repository.Common project should have the base implementation of CRUD operations. The repository should support the following methods:

  • Get
  • Get All
  • Create
  • Update
  • Delete