????

Your IP : 216.73.216.64


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/roles/
Upload File :
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/roles/roles.service.d.ts

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