Exemplo n.º 1
0
 public async void M1()
 {
     await using var impl1 = new Impl1();
     await using var impl2 = new Impl2();
 }
Exemplo n.º 2
0
 public async Task M2()
 {
     await using var impl1 = new Impl1();
     await using var impl2 = new Impl2();
 }