示例#1
0
 public PizzaRepository(PizzaAppDBContext db)
 {
     _db = db ?? throw new ArgumentNullException(nameof(db));
 }