BillDocumentStore.cs 130 B

12345
  1. using Comal.Classes;
  2. namespace PRSStores;
  3. public class BillDocumentStore : EntityDocumentStore<BillDocument, Bill, BillLink> { }