@@ -1,6 +1,5 @@
using Comal.Classes;
-namespace PRSStores
-{
- public class BillDocumentStore : EntityDocumentStore<BillDocument, Bill, BillLink> { }
-}
+namespace PRSStores;
+
+public class BillDocumentStore : EntityDocumentStore<BillDocument, Bill, BillLink> { }
@@ -0,0 +1,8 @@
+using Comal.Classes;
+using System;
+using System.Collections.Generic;
+using System.Text;
+public class JobScopeDocumentStore : EntityDocumentStore<JobScopeDocument, JobScope, JobScopeLink> { }