Skip to content

Instantly share code, notes, and snippets.

@crowcoder
Created November 5, 2017 20:57
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 crowcoder/c415177aa9c8ea2dbc2f7b15c7199df3 to your computer and use it in GitHub Desktop.
Save crowcoder/c415177aa9c8ea2dbc2f7b15c7199df3 to your computer and use it in GitHub Desktop.
namespace Service
{
public interface ILogService
{
void Log(string logMessage);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment