C# Class StudentService.Controllers.DepartmentController

Inheritance: Controller
Afficher le fichier Open project: ucdavis/StudentService

Méthodes publiques

Méthode Description
Crn ( string crn ) : System.Web.Mvc.ActionResult
Find ( string subject ) : System.Web.Mvc.ActionResult

Method Details

Crn() public méthode

public Crn ( string crn ) : System.Web.Mvc.ActionResult
crn string
Résultat System.Web.Mvc.ActionResult

Find() public méthode

public Find ( string subject ) : System.Web.Mvc.ActionResult
subject string
Résultat System.Web.Mvc.ActionResult