Skip to content

Instantly share code, notes, and snippets.

@DaniCCardenas
Created December 3, 2019 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DaniCCardenas/88d49ff46e14569fca0bc2d7fc47c92e to your computer and use it in GitHub Desktop.
Save DaniCCardenas/88d49ff46e14569fca0bc2d7fc47c92e to your computer and use it in GitHub Desktop.
public void Execute(IServiceProvider serviceProvider)
{
ITracingService tracer = (ITracingService) serviceProvider.GetService(typeof(ITracingService));
tracer.Trace("Traza que queremos dejar");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment