//-------------------- // update PerTelefono //------------------- public BE_ResGenerico UpdPerTelefono(BE_ReqPerTelefono Request) { BE_ResGenerico Item = new BE_ResGenerico(); DA_Personas Obj = new DA_Personas(); Item = Obj.UpdPerTelefono(Request); return(Item); }