예제 #1
0
        public async Task <IActionResult> DE_INSTORE(string Guids)
        {
            DT_INSTORE dA_ = await _sqlRepository.GetINSTORE(Guids);

            if (dA_ != null)
            {
                _sqlRepository.DE_INSTORE(dA_);
                await _sqlRepository.SaveAsync();
            }
            return(Ok());
        }