Exemplo n.º 1
0
        public async Task <IActionResult> CopyTemplatePlan(string planId)
        {
            await _planService.CopyTemplatePlanAsync(GetCurrentUser().Id, planId);

            return(Ok());
        }