Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Details ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
Edit ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
MailTemplateController ( IMailTemplateService service ) : System |
Method | Description | |
---|---|---|
Create ( |
||
Edit ( System.Guid id, |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Details ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
id | System.Guid | |
return | System.Web.Mvc.ActionResult |
public Edit ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
id | System.Guid | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public MailTemplateController ( IMailTemplateService service ) : System | ||
service | IMailTemplateService | |
return | System |