mirror of
https://github.com/mgroves/MonodroidStockPortfolio.git
synced 2025-01-01 11:13:19 +00:00
9 lines
No EOL
260 B
C#
9 lines
No EOL
260 B
C#
namespace MonoStockPortfolio.Activites.EditPositionScreen
|
|
{
|
|
public class PositionInputModel
|
|
{
|
|
public string TickerText { get; set; }
|
|
public string PriceText { get; set; }
|
|
public string SharesText { get; set; }
|
|
}
|
|
} |