init
This commit is contained in:
17
Benevolaide/Controllers/BeneficiareController.cs
Normal file
17
Benevolaide/Controllers/BeneficiareController.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.Mvc;
|
||||
|
||||
namespace Benevolaide.Controllers
|
||||
{
|
||||
public class BeneficiareController : Controller
|
||||
{
|
||||
// GET: Beneficiare
|
||||
public ActionResult Index()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
17
Benevolaide/Controllers/BenevoleController.cs
Normal file
17
Benevolaide/Controllers/BenevoleController.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.Mvc;
|
||||
|
||||
namespace Benevolaide.Controllers
|
||||
{
|
||||
public class BenevoleController : Controller
|
||||
{
|
||||
// GET: Benevole
|
||||
public ActionResult Index()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
17
Benevolaide/Controllers/HomeController.cs
Normal file
17
Benevolaide/Controllers/HomeController.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.Mvc;
|
||||
|
||||
namespace Benevolaide.Controllers
|
||||
{
|
||||
public class HomeController : Controller
|
||||
{
|
||||
// GET: Home
|
||||
public ActionResult Index()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user