using System; using System.Collections.Generic; namespace MySystem.PxcModels2 { public partial class MerchantForName { public string Name { get; set; } public int MerchantId { get; set; } } }