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

@ -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)