unfinished progress
This commit is contained in:
@ -7,5 +7,7 @@ namespace COA.EnterpriseServices.DataAccess.EntityFramework.Entities
|
||||
public class Creditor : IRecord
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string ClientFirstName { get; set; }
|
||||
public string ClientLastName { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user