示例#1
0
 public UsersController(PizzaStoreRepo repo)
 {
     Repo = repo;
 }
 public OrderController(PizzaStoreRepo repo)
 {
     Repo = repo;
 }
 public LocationsController(PizzaStoreRepo repo)
 {
     Repo = repo;
 }