public bool ExcluirBL(int id_pes) { /*criar as regras de negocio*/ TelefonesDA telefonesDA = new TelefonesDA(); return telefonesDA.ExcluirDA(id_pes); }
public bool ExcluirBL(Telefones tel) { /*criar as regras de negocio*/ TelefonesDA telefonesDA = new TelefonesDA(); return telefonesDA.ExcluirDA(tel); }