예제 #1
0
 public LoginController(Lib.IRepository repository)
 {
     this.repository = repository;
 }
예제 #2
0
 public HomeController(Lib.IRepository repository)
 {
     this.repository = repository;
 }
 public PizzaController(Lib.IRepository repository)
 {
     this.repository = repository;
 }
예제 #4
0
 public InventoryController(Lib.IRepository repository)
 {
     this.repository = repository;
 }
예제 #5
0
 public OrderController(Lib.IRepository repository)
 {
     this.repository = repository;
 }