Méthode | Description | |
---|---|---|
BulkCreate ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult |
#2
|
|
Create ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult |
#4 GET: /EmailsForCall/Create
|
|
Edit ( int id, int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult |
#6 GET: /EmailsForCall/Edit/5
|
|
EmailsForCallController ( IRepository |
||
Index ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult |
#1 GET: /EmailsForCall/
|
|
SendCall ( int id ) : System.Web.Mvc.ActionResult |
#9 GET: /EmailsForCall/SendCall/5
|
Méthode | Description | |
---|---|---|
BulkCreate ( int templateId, int callForProposalId, string bulkLoadEmails ) : System.Web.Mvc.ActionResult | ||
Create ( int templateId, int callForProposalId, EmailsForCall emailsforcall ) : System.Web.Mvc.ActionResult | ||
Delete ( int id, int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, int templateId, int callForProposalId, EmailsForCall emailsforcall ) : System.Web.Mvc.ActionResult | ||
SendCall ( int id, bool immediate ) : System.Web.Mvc.ActionResult |
public BulkCreate ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult | ||
templateId | int | |
callForProposalId | int | |
Résultat | System.Web.Mvc.ActionResult |
public Create ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult | ||
templateId | int | |
callForProposalId | int | |
Résultat | System.Web.Mvc.ActionResult |
public Edit ( int id, int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult | ||
id | int | |
templateId | int | |
callForProposalId | int | |
Résultat | System.Web.Mvc.ActionResult |
public EmailsForCallController ( IRepository |
||
emailsforcallRepository | IRepository |
|
accessService | IAccessService | |
emailService | IEmailService | |
Résultat | System |
public Index ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult | ||
templateId | int | |
callForProposalId | int | |
Résultat | System.Web.Mvc.ActionResult |
public SendCall ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Résultat | System.Web.Mvc.ActionResult |