IDataEntryTagDistributionEmployee.cs 196 B

123456789
  1. namespace Comal.Classes
  2. {
  3. public interface IDataEntryTagDistributionEmployee
  4. {
  5. public EmployeeLink Employee { get; set; }
  6. public DataEntryTagLink Tag { get; set; }
  7. }
  8. }