Skip to content

Instantly share code, notes, and snippets.

@nrslib

nrslib/.cs Secret

Last active August 16, 2018 08:54
var program = new Program();
var repository = new InMemoryUserRepository();
var testData = new User(new FullName("taro", "tanaka"));
repository.Save(testData);
program.CreateUser("taro", "tanaka", repository); // Fail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment