コード例 #1
0
ファイル: ExceptionController.cs プロジェクト: HJ520134/PIS
        public IHttpActionResult FetchLineBasedPlantBGCustomerAPI(ExceptionDTO dto)
        {
            var result = exceptionService.FetchLineBasedPlantBGCustomer(dto);

            return(Ok(result));
        }