comment about what the LongDelay is for.
This commit is contained in:
@@ -49,6 +49,7 @@ namespace WpfViewModelFirst
|
||||
|
||||
private async Task<string> LongDelay()
|
||||
{
|
||||
// This would be the Repository call in the production application
|
||||
await Task.Delay(500);
|
||||
return "Completed";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user