AssignmentForm.cs 202 B

12345678910
  1. using InABox.Core;
  2. namespace Comal.Classes
  3. {
  4. [Caption("Digital Forms")]
  5. [UserTracking("Digital Forms")]
  6. public class AssignmentForm : EntityForm<Assignment, AssignmentLink>
  7. {
  8. }
  9. }