diff --git a/dotnet/SampleWeb/Pages/About.cshtml b/dotnet/SampleWeb/Pages/About.cshtml
index 3c090d1..097ba67 100644
--- a/dotnet/SampleWeb/Pages/About.cshtml
+++ b/dotnet/SampleWeb/Pages/About.cshtml
@@ -6,4 +6,4 @@
@ViewData["Title"]
@Model.Message
-Use this area to provide additional information.
+ramaModAbout 1.0
diff --git a/dotnet/SampleWeb/Pages/Contact.cshtml b/dotnet/SampleWeb/Pages/Contact.cshtml
index b683c82..1f7bede 100644
--- a/dotnet/SampleWeb/Pages/Contact.cshtml
+++ b/dotnet/SampleWeb/Pages/Contact.cshtml
@@ -14,6 +14,6 @@
- Support: Support@example.com
+ rama master: Support@example.com
Marketing: Marketing@example.com
diff --git a/dotnet/SampleWeb/Pages/Contact.cshtml.cs b/dotnet/SampleWeb/Pages/Contact.cshtml.cs
index 3f87fa5..d13a3ea 100644
--- a/dotnet/SampleWeb/Pages/Contact.cshtml.cs
+++ b/dotnet/SampleWeb/Pages/Contact.cshtml.cs
@@ -12,7 +12,7 @@ public class ContactModel : PageModel
public void OnGet()
{
- Message = "Your contact page.";
+ Message = "Your contact pagina.";
}
}
}
diff --git a/dotnet/SampleWeb/coche.cs b/dotnet/SampleWeb/coche.cs
new file mode 100644
index 0000000..8441ce0
--- /dev/null
+++ b/dotnet/SampleWeb/coche.cs
@@ -0,0 +1,8 @@
+namespace SampleWeb
+{
+ public class coche
+ {
+ public string id;
+ public int año;
+ }
+}
diff --git a/node/routes/index.js b/node/routes/index.js
index ecca96a..2bedf20 100644
--- a/node/routes/index.js
+++ b/node/routes/index.js
@@ -1,9 +1,9 @@
-var express = require('express');
-var router = express.Router();
+const express = require('express');
+const router = express.Router();
/* GET home page. */
router.get('/', function(req, res, next) {
- res.render('index', { title: 'Express' });
+ res.render('index', { title: 'Hello joputa!' });
});
-module.exports = router;
+module.exports = router;
\ No newline at end of file