using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebAPI.Models { public class ReciveBill_FastModel { public string HInterID { get; set; } public string HEntryID { get; set; } public decimal HQty { get; set; } public decimal HSQty { get; set; } public string FID { get; set; } public string FEntryID { get; set; } } }