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