- Timestamp:
- 05/29/13 15:54:20 (12 years ago)
- Location:
- branches/OaaS/HeuristicLab.Services.Optimization.Web/Controllers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS/HeuristicLab.Services.Optimization.Web/Controllers/OrderAdminController.cs
r9556 r9558 10 10 namespace HeuristicLab.Services.Optimization.Web.Controllers 11 11 { 12 [Authorize(Roles = "Web User")] 12 13 public class OrderAdminController : Controller 13 14 { -
branches/OaaS/HeuristicLab.Services.Optimization.Web/Controllers/OrderController.cs
r9556 r9558 12 12 namespace HeuristicLab.Services.Optimization.Web.Controllers 13 13 { 14 [Authorize(Roles = "Web User")] 14 15 public class OrderController : Controller 15 16 {
Note: See TracChangeset
for help on using the changeset viewer.