mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
7 lines
178 B
TypeScript
7 lines
178 B
TypeScript
// import { CachableRepository } from './CachableRepository';
|
|
import { EntityRepository } from './EntityRepository';
|
|
|
|
export class TenantRepository extends EntityRepository {
|
|
|
|
}
|