added helpers to DAM, additional methods

This commit is contained in:
2020-10-15 08:08:02 -04:00
parent ec52a8233a
commit d990c53029
14 changed files with 246 additions and 51 deletions

View File

@ -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; }
}
}