Ejemplo n.º 1
0
        public ActionResult <IEnumerable <Call> > GetAllCalls()
        {
            var calls = _repository.GetAllCalls();

            return(Ok(calls));
        }