initial
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace COA.EnterpriseServices.DataAccess.EntityFramework.Entities
|
||||
{
|
||||
public class Creditor : IRecord
|
||||
{
|
||||
public int Id { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user