Exemple #1
0
    static void Main(string[] args)
    {
        var x = new TestSource();
        var y = new TestDestination();

        x.Bind <string, string>(Name => y.Id);
    }