Phase 5 cleanup
This commit is contained in:
parent
5536acd67d
commit
76a516a417
136 changed files with 6322 additions and 1985 deletions
|
|
@ -19,7 +19,11 @@ export class MedicinePricesService {
|
|||
private readonly medicineProductsRepository: MedicineProductsRepository;
|
||||
private readonly storesRepository: StoresRepository;
|
||||
|
||||
public constructor({ medicinePricesRepository, medicineProductsRepository, storesRepository }: Deps) {
|
||||
public constructor({
|
||||
medicinePricesRepository,
|
||||
medicineProductsRepository,
|
||||
storesRepository,
|
||||
}: Deps) {
|
||||
this.medicinePricesRepository = medicinePricesRepository;
|
||||
this.medicineProductsRepository = medicineProductsRepository;
|
||||
this.storesRepository = storesRepository;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue