refactoring code out of main class
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michele 2021-09-06 23:49:30 +01:00
parent 1395d93fbc
commit 9c688d363f
4 changed files with 1321 additions and 595 deletions

View file

@ -276,5 +276,7 @@ namespace Sledgemapper
return await base.SendAsync(request, cancellationToken).ConfigureAwait(false);
}
}
}