????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/roles/ |
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); }