C# Class GalaxyStorm.Web.Areas.Admiral.Controllers.BroadcastController

Inheritance: AdminController
Mostrar archivo Open project: Pip3r4o/GalaxyStorm-MVC

Public Methods

Method Description
BroadcastController ( IShardService shardService, IReportsService reportsService ) : System.Collections.Generic
Index ( ReportInputModel model ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Broadcast ( ReportInputModel model ) : System.Web.Mvc.ActionResult

Method Details

BroadcastController() public method

public BroadcastController ( IShardService shardService, IReportsService reportsService ) : System.Collections.Generic
shardService IShardService
reportsService IReportsService
return System.Collections.Generic

Index() public method

public Index ( ReportInputModel model ) : System.Web.Mvc.ActionResult
model ReportInputModel
return System.Web.Mvc.ActionResult