Skip to content

Instantly share code, notes, and snippets.

View drusellers's full-sized avatar

Dru Sellers drusellers

View GitHub Profile
public class Program
{
public static void Main(string[] args)
{
// ...
var loadmailConfig = RunnerConfigurator.New(x =>
{
x.ConfigureService<TimerController>(s =>
{