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;
|
||||
|
||||
namespace Yavsc.Models.Market {
|
||||
/// <summary>
|
||||
/// Not yet used!
|
||||
/// </summary>
|
||||
public class Money : IUnit<decimal>
|
||||
{
|
||||
public Money(string name, decimal euroExchangeRate)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue