EmployeeQualificationDocumentShell.cs 287 B

1234567891011
  1. using Comal.Classes;
  2. using InABox.Mobile;
  3. namespace PRS.Mobile
  4. {
  5. public class EmployeeQualificationDocumentShell : EntityDocumentShell<EmployeeQualificationDocumentModel,
  6. EmployeeQualification, EmployeeQualificationLink, EmployeeQualificationDocument>
  7. {
  8. }
  9. }