Changeset 9556 for branches/OaaS/HeuristicLab.Services.Optimization.Billing
- Timestamp:
- 05/29/13 15:01:23 (12 years ago)
- Location:
- branches/OaaS/HeuristicLab.Services.Optimization.Billing
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS/HeuristicLab.Services.Optimization.Billing/HeuristicLab.Services.Optimization.Billing.csproj
r9550 r9556 43 43 <ItemGroup> 44 44 <Compile Include="Interfaces\IOptimizationBilling.cs" /> 45 <Compile Include="MockupOptimizationBilling.cs" /> 45 46 <Compile Include="Model\Model.cs" /> 46 47 <Compile Include="Properties\AssemblyInfo.cs" /> -
branches/OaaS/HeuristicLab.Services.Optimization.Billing/Model/Model.cs
r9550 r9556 34 34 35 35 public class User { 36 public string Name { get; set; } 36 37 } 37 38 … … 53 54 public DateTime ActiveUntil { get; set; } 54 55 public IList<Invoice> Invoices { get; set; } 56 public IList<OrderLine> OrderLines { get; set; } 55 57 } 56 58
Note: See TracChangeset
for help on using the changeset viewer.