예제 #1
0
 public Factories(MongoService mongo, ClockService clock)
 {
     this.mongo = mongo;
     this.clock = clock;
 }