added helpers to DAM, additional methods
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace COA.EnterpriseServices.DataAccess.Entities
|
||||
{
|
||||
@ -12,5 +10,7 @@ namespace COA.EnterpriseServices.DataAccess.Entities
|
||||
public string Status { get; set; }
|
||||
public string ClientFirstName { get; set; }
|
||||
public string ClientLastName { get; set; }
|
||||
public int CurrentCreditorProfileId { get; set; }
|
||||
public int OriginalCreditorProfileId { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user