Skip to content

Instantly share code, notes, and snippets.

@huanlin
Created March 18, 2018 13:26
Show Gist options
  • Save huanlin/c695c12f980e702319a0edd6e43588c2 to your computer and use it in GitHub Desktop.
Save huanlin/c695c12f980e702319a0edd6e43588c2 to your computer and use it in GitHub Desktop.
public class TSChineseDictionary
{
private ILogger _logger;
public TSChineseDictionary(ILogger logger)
{
_logger = logger;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment