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