메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System.Web.Mvc.ActionResult |
public ExperienceController ( IRepositoryFactory repositoryFactory, IFileService fileService ) : System | ||
repositoryFactory | IRepositoryFactory | |
fileService | IFileService | |
리턴 | System |
public ViewWorkFile ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
id | System.Guid | |
리턴 | System.Web.Mvc.ActionResult |