메소드 | 설명 | |
---|---|---|
DownloadOriginalPhoto ( int id ) : System.Web.Mvc.FileResult | ||
GetApplicationPhoto ( int id ) : System.Web.Mvc.FileResult |
Gets photo from an application
|
|
SeminarApplicationController ( IRepository |
메소드 | 설명 | |
---|---|---|
Apply ( ) : System.Web.Mvc.ActionResult | ||
Apply ( Application application, System.Web.HttpPostedFileBase file, bool seminarTerms ) : System.Web.Mvc.ActionResult | ||
Decide ( int id ) : System.Web.Mvc.ActionResult | ||
Decide ( int id, bool isApproved, string reason ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
SaveComments ( int id, string comments ) : JsonNetResult |
public DownloadOriginalPhoto ( int id ) : System.Web.Mvc.FileResult | ||
id | int | |
리턴 | System.Web.Mvc.FileResult |
public GetApplicationPhoto ( int id ) : System.Web.Mvc.FileResult | ||
id | int | Application Id |
리턴 | System.Web.Mvc.FileResult |
public SeminarApplicationController ( IRepository |
||
applicationRepository | IRepository |
|
firmService | IFirmService | |
notificationService | INotificationService | |
eventService | IEventService | |
pictureService | IPictureService | |
personService | IPersonService | |
repositoryFactory | IRepositoryFactory | |
리턴 | System |