public bool updateMemberImgUrl(int Id) { var result = MemberRepo.updateMemberImgUrl(Id); return(result); }