Exemplo n.º 1
0
        public PlanningEntity FillDoneValue(PlanningEntity planning, int clientId)
        {
            //var planningExists = _planningService.GetById(planning.Id);
            //if(!planningExists)
            //  throw new Exception("invalid.planning.id");

            return(_planningService.FillDoneValue(planning, clientId));
        }