Exemplo n.º 1
0
 public List <GM_Usuario> IngresarSistema(GM_Usuario entidad)
 {
     try
     {
         return(ticketBL.IngresarSistema(entidad));
     }
     catch (Exception ex)
     {
         throw;
     }
 }