move services to separate project
+ add GetByUserId methods to Survey
This commit is contained in:
parent
4caf3de6fe
commit
cc89ff818b
8 changed files with 37 additions and 3 deletions
|
|
@ -4,5 +4,5 @@ namespace SurveyLib.Core.Repositories;
|
|||
|
||||
public interface ISurveyRepository : IGenericRepository<Survey>
|
||||
{
|
||||
|
||||
Task<IEnumerable<Survey>> GetSurveysByUserIdAsync(int userId);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue