This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
AIP
/
AipGateway
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
0f274a834b
Ramuri
Etichete
master
AipGateway
/
AipDatabase.API
/
Repositories
/
Mapper
/
LinkedApiKey
/
DeleteById.sql
DeleteById.sql
103 B
Istoric
Crud
1
2
3
4
UPDATE TB_LINKED_API_KEY
SET DeletedAt = GETDATE(),
UseYn = 0
WHERE ServerId = @serverId