Exemplo n.º 1
0
        public async Task <IResponseDTO> RemoveIdentificationType([FromRoute] int id)
        {
            _response = await _identificationTypeService.RemoveIdentificationType(id);

            return(_response);
        }