//------------------------------------------------------------------------------
//
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
//
//------------------------------------------------------------------------------
namespace ERD
{
using System;
using System.Collections.Generic;
public partial class TblLeadsCallHistory
{
public int OID { get; set; }
public string CallFromNumber { get; set; }
public string CallToNumber { get; set; }
public Nullable DateTimeCalled { get; set; }
public Nullable CallDuration { get; set; }
public Nullable BillSeconds { get; set; }
public string Disposition { get; set; }
public string AsteriskIP { get; set; }
public string AsteriskChannel { get; set; }
public Nullable Telemarketer { get; set; }
public Nullable LeadsKey { get; set; }
public Nullable OptimisticLockField { get; set; }
public Nullable GCRecord { get; set; }
public Nullable Recording { get; set; }
public Nullable Podmanager { get; set; }
public Nullable TelemarketerOffice { get; set; }
public Nullable TelemarketerCompany { get; set; }
public Nullable RecordingUpdated { get; set; }
public virtual TblPersonnel TblPersonnel { get; set; }
public virtual TblPersonnel TblPersonnel1 { get; set; }
public virtual TblTelemarketerOffice TblTelemarketerOffice { get; set; }
}
}