Exemplo n.º 1
0
 public string ObtenerNombreEmpleadoXClave(string Conexion, string IDSucursal, string ClaveEmpleado)
 {
     try
     {
         Usuario_Datos Datos = new Usuario_Datos();
         return(Datos.ObtenerNombreEmpleadoXClave(Conexion, IDSucursal, ClaveEmpleado));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }