SiteModuleSettings.cs 191 B

12345678910
  1. using System;
  2. using InABox.Configuration;
  3. namespace comal.timesheets
  4. {
  5. public class SiteModuleSettings : ILocalConfigurationSettings
  6. {
  7. public Guid JobID { get; set; }
  8. }
  9. }