arreglado tema clientes y otras cosas

This commit is contained in:
fedpo
2024-08-06 01:06:37 +01:00
committed by fede
parent 4ef8bd03fc
commit 33988cb3db
28 changed files with 153 additions and 99 deletions

View File

@@ -8,10 +8,7 @@ namespace Controladora
{
public string Añadir(Cliente t)
{
if (t == null)
{
return "El Cliente es nulo, fallo la carga";
}
if (t == null) return "El Cliente es nulo, fallo la carga";
// Verificar si el CUIT ya existe en el repositorio
if (RepositorioClientes.Instance.ExistePorCuit(t.Cuit))