mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add currency pegging admin page.
This commit is contained in:
@@ -39,5 +39,8 @@ namespace Marechai.Database.Models
|
||||
public DateTime Start { get; set; }
|
||||
[DataType(DataType.Date)]
|
||||
public DateTime? End { get; set; }
|
||||
|
||||
public string SourceCode { get; set; }
|
||||
public string DestinationCode { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user