public EditProfileController(IEditProfileService service) { this.service = service; }
public EditProfileController(IEditProfileService editProfileService) { this.editProfileService = editProfileService; }