issues
search
fehermar
/
Project-Indigo
0
stars
2
forks
source link
Async Services
#8
Open
halkszavu
opened
10 months ago
halkszavu
commented
10 months ago
Make the Service interfaces require Async methods.
End the method name with -Async
Change the return to Task or Task<>
Implement all methods with async (await)
Make the Service interfaces require Async methods.