code formatting
This commit is contained in:
parent
dfa034afcf
commit
c3bd9aa12e
3 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace Yavsc.Models.Market {
|
namespace Yavsc.Models.Market {
|
||||||
|
/// <summary>
|
||||||
|
/// Not yet used!
|
||||||
|
/// </summary>
|
||||||
public class Money : IUnit<decimal>
|
public class Money : IUnit<decimal>
|
||||||
{
|
{
|
||||||
public Money(string name, decimal euroExchangeRate)
|
public Money(string name, decimal euroExchangeRate)
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,8 @@ namespace Yavsc.Models.Market
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public decimal? Price { get; set; }
|
public decimal? Price { get; set; }
|
||||||
|
|
||||||
|
// TODO make use of public Money Money { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,7 @@ namespace Yavsc.Models.Market {
|
||||||
[NotMapped]
|
[NotMapped]
|
||||||
public List<IBillingClause> Billing { get; set; }
|
public List<IBillingClause> Billing { get; set; }
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue