public PhotographersController(IPhotographerService photographerService) { this.photographerService = photographerService; }
public PhotographerController(IPhotographerService photographerService) { _photographerService = photographerService; }