Exemplo n.º 1
0
 public string ValidarTicket(string tiquete, string id)
 {
     try
     {
         return(inicioSesion.ValidarTicket(tiquete, id));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }