Example #1
0
 public ItemsController(IManageItems _repository)
 {
     this.repository = _repository;
 }
Example #2
0
 public ItemsController()
 {
     repository = new ManageItems();
 }