public string UpdateProfileImage(CustomerDTO customer) { var userId = User.Identity.GetUserId(); return(cq.UpdateProfileImage(userId, customer)); }