public string Post(Precio obj) { PrecioBL bl = new PrecioBL(); return bl.PrecioCreate(obj); }
public List<PrecioView> Get(int ID_Producto) { PrecioBL bl = new PrecioBL(); return bl.PrecioList(ID_Producto); }