Method | Description | |
---|---|---|
DrawWinnerController ( IDrawingRepository drawRepo ) : System | ||
ReplayRaffle ( int eventId, string view ) : System.Web.Mvc.PartialViewResult |
Method | Description | |
---|---|---|
DrawWinner ( int eventId, string view ) : System.Web.Mvc.PartialViewResult | ||
GenerateDrawWinnerViewModel ( int eventId ) : |
||
NotifyParticipants ( int eventid ) : System.Web.Mvc.ActionResult | ||
RemoveWinner ( |
||
Rules ( int eventId ) : System.Web.Mvc.PartialViewResult | ||
SaveRules ( int eventid, List |
public DrawWinnerController ( IDrawingRepository drawRepo ) : System | ||
drawRepo | IDrawingRepository | |
return | System |
public ReplayRaffle ( int eventId, string view ) : System.Web.Mvc.PartialViewResult | ||
eventId | int | |
view | string | |
return | System.Web.Mvc.PartialViewResult |