????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/users/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/users/users.controller.d.ts |
import { CrudController } from '@dataui/crud'; import { UsersService } from './users.service'; import { User } from './entities/user.entity'; export declare class UsersController implements CrudController<User> { service: UsersService; constructor(service: UsersService); }