Method | Description | |
---|---|---|
CallForProposalController ( IRepository |
||
Create ( ) : System.Web.Mvc.ActionResult |
#3 GET: /CallForProposal/Create
|
|
Edit ( int id ) : System.Web.Mvc.ActionResult |
#5 GET: /CallForProposal/Edit/5
|
|
Index ( string filterActive, System.DateTime filterStartCreate, System.DateTime filterEndCreate ) : System.Web.Mvc.ActionResult |
#1 GET: /CallForProposal/
|
|
Launch ( int id ) : System.Web.Mvc.ActionResult |
#2 Launch
|
Method | Description | |
---|---|---|
Create ( int templateId ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, CallForProposal callforproposal ) : System.Web.Mvc.ActionResult | ||
TransferValues ( CallForProposal source, CallForProposal destination ) : void |
Transfer editable values from source to destination
|
public CallForProposalController ( IRepository |
||
callforproposalRepository | IRepository |
|
accessService | IAccessService | |
return | System |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( string filterActive, System.DateTime filterStartCreate, System.DateTime filterEndCreate ) : System.Web.Mvc.ActionResult | ||
filterActive | string | |
filterStartCreate | System.DateTime | |
filterEndCreate | System.DateTime | |
return | System.Web.Mvc.ActionResult |
public Launch ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |