Skip to content

Instantly share code, notes, and snippets.

View Steve-Himself's full-sized avatar

Steve Davis Steve-Himself

  • Brisbane Area, Australia
View GitHub Profile
@Steve-Himself
Steve-Himself / FooBarService.cs
Last active July 24, 2017 04:31
Autofac TupleRegistrationSource Spike
using System;
using System.Diagnostics;
namespace Autofac.Tuple
{
public interface IUnitOfWork
{
void Complete();
}