JobScopeDocumentStore.cs 202 B

1234567
  1. using Comal.Classes;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace PRSStores;
  5. public class JobScopeDocumentStore : EntityDocumentStore<JobScopeDocument, JobScope, JobScopeLink> { }