An error occurred while fetching the assigned milestone of the selected merge_request.
Atena/feature/endpoint local proximo
src/api
contractorCompanies/domain
contractorCompanies.service.ts +1 -0
products
domain
products.service.ts +66 -4
products.controller.ts +30 -3
products.module.ts +5 -1
@@ -10,6 +10,7 @@ import { ContractorCompaniesEntity } from '../contractorCompanies.entity';
@@ -7,12 +8,15 @@ import { InjectRepository } from '@nestjs/typeorm';
@@ -20,12 +24,20 @@ export class ProductsService {
@@ -112,6 +124,56 @@ export class ProductsService {
@@ -26,7 +26,7 @@ import { AuthenticatedRequest } from '../auth/request';
@@ -65,6 +65,30 @@ export class ProductsController {
@@ -85,8 +109,11 @@ export class ProductsController {
@@ -3,9 +3,13 @@ import { TypeOrmModule } from '@nestjs/typeorm';