many changes
This commit is contained in:
parent
c7f81699a4
commit
6809e3dfe2
49 changed files with 3429 additions and 215 deletions
|
|
@ -19,10 +19,11 @@ namespace Yavsc.Controllers
|
|||
/// </summary>
|
||||
public class AdminController : Controller
|
||||
{
|
||||
|
||||
[Authorize(Roles="Admin")]
|
||||
public ActionResult Index(DataAccess model)
|
||||
public ActionResult Index()
|
||||
{
|
||||
return View (model);
|
||||
return View ();
|
||||
}
|
||||
|
||||
[Authorize(Roles="Admin")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue