Beispiel #1
0
        public IHttpActionResult FetchGL_LineWithGroupAPI(ExceptionDTO dto)
        {
            var result = exceptionService.FetchGL_LineWithGroup(dto);

            return(Ok(result));
        }