예제 #1
0
        public IHttpActionResult FetchShiftTimeBasedBGAPI(int plantuid, int bguid)
        {
            var result = exceptionService.FetchShiftTimeBasedBG(plantuid, bguid);

            return(Ok(result));
        }