mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add currency inflation admin page.
This commit is contained in:
@@ -31,7 +31,8 @@ namespace Marechai.Database.Models
|
||||
{
|
||||
[Required]
|
||||
public virtual Iso4217 Currency { get; set; }
|
||||
public uint Year { get; set; }
|
||||
public float Inflation { get; set; }
|
||||
public uint Year { get; set; }
|
||||
public float Inflation { get; set; }
|
||||
public string CurrencyCode { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user