Activity becomes
This commit is contained in:
parent
4be7264401
commit
14bd02f251
15 changed files with 3104 additions and 67 deletions
|
|
@ -6,10 +6,12 @@ using Microsoft.AspNet.Mvc.Rendering;
|
|||
using Microsoft.Data.Entity;
|
||||
using Microsoft.Extensions.Localization;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Yavsc.Models;
|
||||
|
||||
namespace Yavsc.Controllers
|
||||
{
|
||||
using Models;
|
||||
using Models.Workflow;
|
||||
|
||||
[Authorize("AdministratorOnly")]
|
||||
public class ActivityController : Controller
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue