예제 #1
0
 public Blueprint(IRandome randome)
 {
     _randome = randome;
 }
예제 #2
0
 public Generator(IRandome randome)
 {
     _randome = randome;
 }