Commit 407225558cf38956408a61775ed44563f6c71edf

Authored by Marcelo Puebla
1 parent 3d636f5e25
Exists in master

Borrado wrapper

Showing 1 changed file with 0 additions and 11 deletions   Show diff stats
src/app/wrappers/promocion.ts
1 import { Producto } from './producto'; File was deleted
2
3 export interface Promocion {
4 idPromo: number;
5 nombrePromo: string;
6 productos: Producto[];
7 sinonimos: boolean;
8 sector: number,
9 codigo: number,
10 precioTotal? : number,
11 }
12 1 import { Producto } from './producto';