mirror of
https://github.com/hargata/lubelog.git
synced 2025-12-10 17:20:15 -06:00
11 lines
280 B
C#
11 lines
280 B
C#
namespace CarCareTracker.Models
|
|
{
|
|
public class LocaleSample
|
|
{
|
|
public string ShortDateSample { get; set; }
|
|
public string CurrencySample { get; set; }
|
|
public string NumberSample { get; set; }
|
|
public string DecimalSample { get; set; }
|
|
}
|
|
}
|