В
Size: a a a
В
В
В
IK
IK
IK
IK
IK
В
KA
В
@Injectable()
@Dependencies(getRepositoryToken(GroupEntity))
export class GroupService extends TypeOrmCrudService<GroupEntity> {
constructor(
public readonly repo: Repository<GroupEntity>,
) {
super(repo)
}
@Injectable()
export class GroupService extends TypeOrmCrudService<GroupEntity> {
constructor(
@INjectRepository(GroupEntity) public readonly repo: Repository<GroupEntity>,
) {
super(repo)
}
IK
В
IK
В
IK
IK
IK
IK
IK