Ejemplo n.º 1
0
        public async Task <ActionResult> AddDataPlan(string planName)
        {
            await _statisticsRepository.addDataPlan(planName);

            return(Ok());
        }