- using System;
- using InABox.Configuration;
- namespace comal.timesheets
- {
- public class AssignmentModuleSettings : LocalConfigurationSettings
- {
- public DateTime Date { get; set; }
- public AssignmentView View { get; set; }
- public Guid[] Employees { get; set; }
- }
- }
|