コード例 #1
0
 public UsersRepository(PizzaLocationDBContext PizzaDB)
 {
     _db = PizzaDB ?? throw new ArgumentNullException(nameof(PizzaDB));
 }