????

Your IP : 216.73.216.237


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/posts/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/posts/posts.service.d.ts

import { TypeOrmCrudService } from '@dataui/crud-typeorm';
import { Post } from './entities/post.entity';
export declare class PostsService extends TypeOrmCrudService<Post> {
    constructor(repo: any);
}