Exemplo n.º 1
0
        public async Task <IActionResult> CheckEnterRackInputIntergration(string racklocation, string receiveNo)
        {
            var data = await _service.CheckEnterRackInputIntergration(racklocation, receiveNo);

            return(Ok(new { result = data }));
        }