Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ViewResult | ||
DonorController ( IDonorService donorService, IUserProfileService userProfileService ) : System.Linq | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ViewResult | ||
IsCodeValid ( string donorCode, int donorID ) : System.Web.Mvc.JsonResult | ||
ListPartial ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Create ( |
||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
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 DonorController ( IDonorService donorService, IUserProfileService userProfileService ) : System.Linq | ||
donorService | IDonorService | |
userProfileService | IUserProfileService | |
return | System.Linq |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public IsCodeValid ( string donorCode, int donorID ) : System.Web.Mvc.JsonResult | ||
donorCode | string | |
donorID | int | |
return | System.Web.Mvc.JsonResult |
public ListPartial ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |