Ejemplo n.º 1
0
        public async Task <IHttpActionResult> GetAllSpeech(int page = 1)
        {
            var result = await speechService.FindAll(page);

            return(Json(result));
        }