refactor: eliminada variable sin usar
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Controladora
|
||||
File.WriteAllText(configpath, json);
|
||||
InformeEmail.Instance.Informar = config.Informar;
|
||||
}
|
||||
catch (IOException ex) { throw; }
|
||||
catch (IOException) { throw; }
|
||||
}
|
||||
public string EnviarEmail(string titulo, List<DetalleFactura> detalles)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user