public PhotoController(IChloeUow uow) { this.uow = uow; }
public GalleryService(IChloeUow uow) { this.uow = uow; }
public TagService(IChloeUow uow) { this.uow = uow; this.repository = uow.Tags; }
public BrandService(IChloeUow uow) { this.uow = uow; }
public EmployeeService(IChloeUow uow) { this.uow = uow; }