public bool Delete(int?id) { return(objGastoRepository.Delete(id)); }
public bool Delete(int id) { return(gastoRepository.Delete(id)); }