????

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.controller.d.ts

import { PostsService } from './posts.service';
import { Post } from './entities/post.entity';
import { CrudController } from '@dataui/crud';
export declare class PostsController implements CrudController<Post> {
    service: PostsService;
    constructor(service: PostsService);
}