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,11 +0,0 @@
1   -import { Producto } from './producto';
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   -}