Beispiel #1
0
        public void Delete(int id)
        {
            var bc = new PrecioComponent();

            bc.Delete(id);
        }
Beispiel #2
0
        public bool Delete(Precio ID)
        {
            PrecioComponent PrecioComponent = new PrecioComponent();

            return(PrecioComponent.Delete(ID));
        }