Esempio n. 1
0
 public void ThatsMe()
 {
     var daniel = new DanielMarbach();
     daniel
         .Is("CEO").Of("tracelight Gmbh").In("Switzerland")
         .and
         .WorkingFor("Particular Software").TheFolksBehind("NServiceBus")
         .Reach("@danielmarbach")
         .Reach("www.planetgeek.ch");
 }
Esempio n. 2
0
        public void ThatsMe()
        {
            var daniel = new DanielMarbach();

            daniel
            .Is("CEO").Of("tracelight Gmbh").In("Switzerland")
            .and
            .WorkingFor("Particular Software").TheFolksBehind("NServiceBus")
            .Reach("@danielmarbach")
            .Reach("www.planetgeek.ch");
        }