Changes:
Database Migration, Repositories, Automapper, Logger, StaticFiles
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using PortBlog.API.Entities;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace PortBlog.API.Repositories.Contracts
|
||||
{
|
||||
public interface IHobbyRepository
|
||||
{
|
||||
Task<IEnumerable<Hobby>> GetHobbiesForResumeAsync(int resumeId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user