Hard-Devs-Community / api-dotnet

Backend hecho en ASP .NET Core para el blog de vacantes
0 stars 1 forks source link

IVacantRepository implementation to VacantRepository #3

Open ManasesLovera opened 6 days ago

ManasesLovera commented 6 days ago

Make the methods in the VacantRepository work, according to the IVacantRepository interface, the functions are there, you just need to add the code so every method works accordingly, feel free to review the PostRepository to see how it should be.

ManasesLovera commented 6 days ago

Please create a new branch for every issue and submit a pull request to the branch dev. Thanks!