You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
412 B

namespace Common.Model.Reward
{
public class ResponsingAgentDetail
{
public string agentId { get; set; }
public string agentName { get; set; }
public string agentState { get; set; }
public string agentCity { get; set; }
public string agentAddress { get; set; }
public string agentZip { get; set; }
public string agentPhone1 { get; set; }
}
}