Proyecto Fin de Carrera 2011
Controlador del mantenimiento de colectivos y sus empleados asignados

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

Syntax

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

Inheritance Hierarchy

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

See Also