public virtual IActionResult AddPlan(string memberId, [FromBody] plan obj) { repository.AddPlan(memberId, obj); return(this.Ok()); }