123456789 |
- using InABox.Core;
- namespace Comal.Classes
- {
- [UserTracking(typeof(Qualification))]
- public class EmployeeQualificationDocument : EntityDocument<EmployeeQualificationLink>, IManyToMany<EmployeeQualification, Document>, ILicense<HumanResourcesLicense>
- {
- }
- }
|