C# Class Commencement.Controllers.DownloadController

Inheritance: ApplicationController
Datei anzeigen Open project: ucdavis/Commencement

Public Methods

Method Description
Attachment ( System.Guid id ) : System.Web.Mvc.ActionResult
DownloadController ( IRepository attachmentRepository ) : System

Method Details

Attachment() public method

public Attachment ( System.Guid id ) : System.Web.Mvc.ActionResult
id System.Guid
return System.Web.Mvc.ActionResult

DownloadController() public method

public DownloadController ( IRepository attachmentRepository ) : System
attachmentRepository IRepository
return System