MeetingItemDocumentStore.cs 158 B

12345
  1. using Comal.Classes;
  2. namespace PRSStores;
  3. public class MeetingItemDocumentStore : EntityDocumentStore<MeetingItemDocument, MeetingItem, MeetingItemLink> { }