Proyecto Fin de Carrera 2011
Controlador del mantenimiento de empleados e itinerarios

Namespace: EntornoWeb.Controllers
Assembly: EntornoWeb (in EntornoWeb.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class MEmpleadosController : SGFController
Visual Basic
Public Class MEmpleadosController _
	Inherits SGFController
Visual C++
public ref class MEmpleadosController : public SGFController

Inheritance Hierarchy

System..::..Object
  ControllerBase
    Controller
      EntornoWeb.Controllers..::..ErrorController
        EntornoWeb.Controllers..::..SGFController
          EntornoWeb.Controllers..::..MEmpleadosController

See Also