BillDocumentStore.cs 136 B

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