【发布时间】:2013-09-30 13:28:44
【问题描述】:
public class Leads
{
public int Id { get; set; }
public string Npi { get; set; }
public string LegalBusinessName { get; set; }
public List<Calls> Calls { get; set; }
}
我正在尝试将 List
【问题讨论】:
-
如果下面的答案是正确的,请标记它。
标签: c# asp.net collections crystal-reports