| 123456789101112 |
- using Comal.Classes;
- using InABox.DynamicGrid;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace PRSDesktop;
- public class EmployeeDocumentGrid : DynamicDocumentGrid<EmployeeDocument, Employee, EmployeeLink>
- {
- }
|