@ -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)
@ -25,6 +25,8 @@ namespace Yavsc.Models.Market
/// <returns></returns>
public decimal? Price { get; set; }
// TODO make use of public Money Money { get; set; }
}
@ -25,6 +25,7 @@ namespace Yavsc.Models.Market {
[NotMapped]
public List<IBillingClause> Billing { get; set; }