public static IUnitOfWork Begin() { return(IoC.Resolve <IUnitOfWork>()); }
private static ILog GetLog() { return(IoC.Resolve <ILog>()); }