code formatting

This commit is contained in:
Paul Schneider 2016-11-16 10:17:39 +01:00
commit c3bd9aa12e
3 changed files with 6 additions and 0 deletions

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; }
}
}