Skip to content

Instantly share code, notes, and snippets.

View memark's full-sized avatar
💭
Need help on your Rust project?

Magnus Markling memark

💭
Need help on your Rust project?
View GitHub Profile
namespace Jwc.MoqExtensions
{
using Moq;
using System;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using Xunit;
public interface IFoo