using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Pos.Models { public class SaleGridInternalModel { public decimal InternPrice { get; set; } public int InternPieces { get; set; } } }