Ejemplo n.º 1
0
 public void AddMoneyShouldThrowIfNoUserIsPassed()
 {
     var result = projectService.AddMoney(0, 100, null);
 }