C# Class Web.Controllers.DeliveryPlanController

Inheritance: Controller
Exibir arquivo Open project: jediskywalker/RTDeals

Public Methods

Method Description
Index ( System.Web.Mvc.FormCollection collection, string submitbutton ) : System.Web.Mvc.ActionResult
InsertUpdateSchedule ( string weekdays, string tmpinterval, string times, string np ) : string
Test ( ) : System.Web.Mvc.ActionResult

Method Details

Index() public method

public Index ( System.Web.Mvc.FormCollection collection, string submitbutton ) : System.Web.Mvc.ActionResult
collection System.Web.Mvc.FormCollection
submitbutton string
return System.Web.Mvc.ActionResult

InsertUpdateSchedule() public method

public InsertUpdateSchedule ( string weekdays, string tmpinterval, string times, string np ) : string
weekdays string
tmpinterval string
times string
np string
return string

Test() public method

public Test ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult