code formatting

This commit is contained in:
2016-11-16 10:17:39 +01:00
parent 89296b7108
commit 14347115af
3 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,9 @@
using System;
namespace Yavsc.Models.Market {
/// <summary>
/// Not yet used!
/// </summary>
public class Money : IUnit<decimal>
{
public Money(string name, decimal euroExchangeRate)

View File

@ -25,6 +25,8 @@ namespace Yavsc.Models.Market
/// </summary>
/// <returns></returns>
public decimal? Price { get; set; }
// TODO make use of public Money Money { get; set; }
}
}

View File

@ -25,6 +25,7 @@ namespace Yavsc.Models.Market {
[NotMapped]
public List<IBillingClause> Billing { get; set; }
}
}