Changeset 9586 for branches/OaaS/HeuristicLab.Services.Optimization.Web/Controllers/OrderController.cs
- Timestamp:
- 06/05/13 14:09:51 (11 years ago)
- Location:
- branches/OaaS/HeuristicLab.Services.Optimization.Web
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS/HeuristicLab.Services.Optimization.Web
- Property svn:ignore
-
old new 1 1 bin 2 2 obj 3 Bin
-
- Property svn:ignore
-
branches/OaaS/HeuristicLab.Services.Optimization.Web/Controllers/OrderController.cs
r9582 r9586 7 7 using HeuristicLab.Services.Optimization.Billing.Model; 8 8 using HeuristicLab.Services.Optimization.Web.Models; 9 using HeuristicLab.Services.Optimization.Web.Helpers; 9 10 10 11 namespace HeuristicLab.Services.Optimization.Web.Controllers { 11 12 [Authorize(Roles = "Web User")] 13 [BillingFilterActionAttribute] 12 14 public class OrderController : BaseController { 13 15 private IOptimizationBilling billing = BillingServiceProvider.Instance;
Note: See TracChangeset
for help on using the changeset viewer.