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