i'm sorry guys it's stupid commit...

This commit is contained in:
Вячеслав 2025-05-31 00:05:45 +05:00
parent 77cfacb95e
commit 4b4739ce89
13 changed files with 174 additions and 1 deletions

View file

@ -64,6 +64,7 @@ public class SurveyService : ISurveyService
public async Task<IEnumerable<Survey>> GetSurveysByUserIdAsync(int userId)
{
// TODO: проверить существование юзера
return await _surveyRepository.GetSurveysByUserIdAsync(userId);
}
}