Esempio n. 1
0
 public bool RefrescarTicket(string id)
 {
     try
     {
         return(inicioSesion.RefrescarTicket(id));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }