Skip to content

Instantly share code, notes, and snippets.

@thaianhduc
Created March 23, 2019 08:11
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 thaianhduc/c2d2fb387348289667c204976d4a5645 to your computer and use it in GitHub Desktop.
Save thaianhduc/c2d2fb387348289667c204976d4a5645 to your computer and use it in GitHub Desktop.
namespace CoolApp.ApplicationService
{
public interface IAppConfigService
{
string GetDefaultCurrency();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment