private void Update(ReleaseProfileResource resource) { _releaseProfileService.Update(resource.ToModel()); }
public ActionResult <ReleaseProfileResource> Update(ReleaseProfileResource resource) { _releaseProfileService.Update(resource.ToModel()); return(Accepted(resource.Id)); }