|
@@ -2,8 +2,8 @@
|
|
|
|
|
|
namespace Comal.Classes
|
|
namespace Comal.Classes
|
|
{
|
|
{
|
|
- [UserTracking(typeof(Job))]
|
|
|
|
- public class JobStatus : Entity, IRemotable, IPersistent, IJobStatus, ILicense<ProjectManagementLicense>, IExportable, IImportable, IMergeable
|
|
|
|
|
|
+ [UserTracking(typeof(Customer))]
|
|
|
|
+ public class CustomerStatus : Entity, IRemotable, IPersistent, ICustomerStatus, ILicense<ProjectManagementLicense>, IExportable, IImportable, IMergeable
|
|
{
|
|
{
|
|
[UniqueCodeEditor(Visible = Visible.Default, Editable = Editable.Enabled)]
|
|
[UniqueCodeEditor(Visible = Visible.Default, Editable = Editable.Enabled)]
|
|
[EditorSequence(1)]
|
|
[EditorSequence(1)]
|