This commit is contained in:
2025-07-30 18:15:43 +00:00
parent 890bdf831b
commit e0ca716162

View File

@@ -22,11 +22,16 @@ namespace Workshop8.Data
{ {
// TODO: implementar SELECT // TODO: implementar SELECT
return new List<Cliente>(); return new List<Cliente>();
} }
public async Task AddClientAsync(Cliente c) public async Task AddClientAsync(Cliente c)
{ {
// TODO: implementar INSERT // TODO: implementar INSERT
//teste
} }
public async Task UpdateClientAsync(Cliente c) public async Task UpdateClientAsync(Cliente c)