EntityIndex.cs 108 B

12345678
  1. using System;
  2. namespace InABox.Core
  3. {
  4. public class SecondaryIndexAttribute : Attribute
  5. {
  6. }
  7. }