public void DeleteEntity <E>(E entity) where E : class { try { commonR.DeleteEntity <E>(entity); } catch (Exception) { throw; } }
public void DeleteProducto <E>(E entity) where E : class { commonR.DeleteEntity <E>(entity); }