Skip to content

Instantly share code, notes, and snippets.

@svenschelfaut
svenschelfaut / MoneyTest
Created March 21, 2014 11:08
Using value objects with external services. Is this a good method?
using System;
namespace MoneyTest
{
public static class Program
{
static void Main(string[] args)
{
var twentyEuro = 20.0.Euro();