Method | Description | |
---|---|---|
DeleteWorkFile ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
ExperienceController ( IRepositoryFactory repositoryFactory, IFileService fileService ) : System | ||
ViewWorkFile ( System.Guid id ) : System.Web.Mvc.ActionResult |
Allows student to view their work, for now just pictures TODO: allow more than just pictures
|
public DeleteWorkFile ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
id | System.Guid | |
return | System.Web.Mvc.ActionResult |
public ExperienceController ( IRepositoryFactory repositoryFactory, IFileService fileService ) : System | ||
repositoryFactory | IRepositoryFactory | |
fileService | IFileService | |
return | System |
public ViewWorkFile ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
id | System.Guid | |
return | System.Web.Mvc.ActionResult |