| 1234567891011121314 | 
							- using InABox.Core;
 
- namespace Comal.Classes
 
- {
 
-     [UserTracking(typeof(Job))]
 
-     public class JobFinancialStatus : Entity, IRemotable, IPersistent, IJobFinancialStatus, ILicense<ProjectManagementLicense>
 
-     {
 
-         [TextBoxEditor(Visible = Visible.Default)]
 
-         public string Description { get; set; }
 
-         [CheckBoxEditor(Visible = Visible.Optional)]
 
-         public bool Approved { get; set; }
 
-     }
 
- }
 
 
  |