Skip to content

Instantly share code, notes, and snippets.

@sfmskywalker
Created June 25, 2018 16:44
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 sfmskywalker/fb500d27ef2cf43278b1597c84f8f1ee to your computer and use it in GitHub Desktop.
Save sfmskywalker/fb500d27ef2cf43278b1597c84f8f1ee to your computer and use it in GitHub Desktop.
using System.Threading.Tasks;
namespace MultiTenantApp
{
public interface IMessageProvider
{
Task<string> GetMessageAsync();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment