DiModuleAttribute.cs 180 B

123456789
  1. using System;
  2. namespace Quadarax.Foundation.Core.Attributes
  3. {
  4. [AttributeUsage(validOn:AttributeTargets.Class)]
  5. public class DiModuleAttribute : Attribute
  6. {
  7. }
  8. }