fehermar / Project-Indigo

0 stars 2 forks source link

Async Services #8

Open halkszavu opened 9 months ago

halkszavu commented 9 months ago

Make the Service interfaces require Async methods.

  1. End the method name with -Async
  2. Change the return to Task or Task<>
  3. Implement all methods with async (await)