I have these classes:
public static class UnitOfWorkSS { public static IUnitOfWork Begin() { return IoC.Resolve(); } } public clas
Mock the IUnitOfWork and register it into your container so that it can be resolved.