Skip to content

Instantly share code, notes, and snippets.

@markholdt
Created February 1, 2016 06:40
Show Gist options
  • Save markholdt/261ea5d49484045bdb2c to your computer and use it in GitHub Desktop.
Save markholdt/261ea5d49484045bdb2c to your computer and use it in GitHub Desktop.
public class PageServices : Service
{
public ILog Logger { get; set; } // IoC will set this
public object Get(PostAd request)
{
Logger.Info("This is magic");
/// [....]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment