Method | Description | |
---|---|---|
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
HomeController ( IMapper sMap, IRepository sRepo, IUnitOfWork sUnitOfWork ) : System.Linq | ||
SwitchStatus ( int id ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, IMTask imTask ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
Index ( IMTask im ) : System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public HomeController ( IMapper sMap, IRepository sRepo, IUnitOfWork sUnitOfWork ) : System.Linq | ||
sMap | IMapper | |
sRepo | IRepository | |
sUnitOfWork | IUnitOfWork | |
return | System.Linq |
public SwitchStatus ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |