Method | Description | |
---|---|---|
Details ( int id, int callForProposalId ) : System.Web.Mvc.ActionResult |
#2 GET: /EmailQueue/Details/5
|
|
Edit ( int id, int callForProposalId ) : System.Web.Mvc.ActionResult |
#3 GET: /EmailQueue/Edit/5
|
|
EmailQueueController ( IRepository |
||
Index ( int id ) : System.Web.Mvc.ActionResult |
#1 GET: /EmailQueue/
|
Method | Description | |
---|---|---|
Delete ( int id, int callForProposalId ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, int callForProposalId, EmailQueue emailqueue ) : System.Web.Mvc.ActionResult | ||
TransferValues ( EmailQueue source, EmailQueue destination ) : void |
Transfer editable values from source to destination
|
public Details ( int id, int callForProposalId ) : System.Web.Mvc.ActionResult | ||
id | int | |
callForProposalId | int | |
return | System.Web.Mvc.ActionResult |
public Edit ( int id, int callForProposalId ) : System.Web.Mvc.ActionResult | ||
id | int | |
callForProposalId | int | |
return | System.Web.Mvc.ActionResult |
public EmailQueueController ( IRepository |
||
emailqueueRepository | IRepository |
|
accessService | IAccessService | |
return | System |
public Index ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | CallForProposal Id |
return | System.Web.Mvc.ActionResult |