| 1234567891011 |
- using Comal.Classes;
- using InABox.Mobile;
- namespace PRS.Mobile
- {
- public class EmployeeQualificationDocumentShell : EntityDocumentShell<EmployeeQualificationDocumentModel,
- EmployeeQualification, EmployeeQualificationLink, EmployeeQualificationDocument>
- {
-
- }
- }
|