예제 #1
0
        public async Task <IHttpActionResult> GetAllSourcePointCatalogAsync()
        {
            var retValue = await _sourceService.GetAllSourceCatalogAsync();

            return(Ok(retValue));
        }