completed SurveyRepository.cs
This commit is contained in:
parent
7d06084dfb
commit
960a6ce191
6 changed files with 27 additions and 21 deletions
|
|
@ -13,7 +13,7 @@ public class CompletionRepository : ICompletionRepository
|
|||
_context = context;
|
||||
}
|
||||
|
||||
public Task<Completion>? GetByIdAsync(int id)
|
||||
public Task<Completion?> GetByIdAsync(int id)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue