namespace MonoStockPortfolio.Activites.EditPositionScreen { public class PositionInputModel { public string TickerText { get; set; } public string PriceText { get; set; } public string SharesText { get; set; } } }