Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ViewResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ViewResult | ||
LetterBody ( int certificateId, int templateId ) : System.Web.Mvc.ActionResult | ||
LetterPreview ( int certificateId ) : System.Web.Mvc.ActionResult | ||
LetterTemplateController ( ILetterTemplateService letterTemplateService, IUserProfileService userProfileService ) : System | ||
SelectPrintTemplate ( int certificateId ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Create ( LetterTemplate lettertemplate ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( LetterTemplate lettertemplate ) : System.Web.Mvc.ActionResult | ||
SelectPrintTemplate ( |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
return | System.Web.Mvc.ViewResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public LetterBody ( int certificateId, int templateId ) : System.Web.Mvc.ActionResult | ||
certificateId | int | |
templateId | int | |
return | System.Web.Mvc.ActionResult |
public LetterPreview ( int certificateId ) : System.Web.Mvc.ActionResult | ||
certificateId | int | |
return | System.Web.Mvc.ActionResult |
public LetterTemplateController ( ILetterTemplateService letterTemplateService, IUserProfileService userProfileService ) : System | ||
letterTemplateService | ILetterTemplateService | |
userProfileService | IUserProfileService | |
return | System |
public SelectPrintTemplate ( int certificateId ) : System.Web.Mvc.ActionResult | ||
certificateId | int | |
return | System.Web.Mvc.ActionResult |