예제 #1
0
 public PizzaRepository(IStaticDb db)
 {
     _db = db;
 }
 public OrderRepository(IStaticDb db)
 {
     _db = db;
 }