????

Your IP : 3.128.31.200


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

import { RolesService } from './roles.service';
import { Role } from './entities/role.entity';
import { CrudController } from '@dataui/crud';
export declare class RolesController implements CrudController<Role> {
    service: RolesService;
    constructor(service: RolesService);
}