Beispiel #1
0
        public IActionResult Get(int id)
        {
            RatePlanFunctions x = new RatePlanFunctions(_context);

            return(Ok(x.GetPlanbyId(id)));
        }
Beispiel #2
0
        public IActionResult Get()
        {
            RatePlanFunctions x = new RatePlanFunctions(_context);

            return(Ok(x.Get()));
        }