JobScopeDocumentStore.cs 216 B

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