Example #1
0
 public ClosetController(IClothItemRepository clothItemRepository, ICategoryRepository categoryRepository)
 {
     this.clothItemRepository = clothItemRepository;
     this.categoryRepository  = categoryRepository;
 }