C# Class HBS.WebApi.Controllers.DashboardController

Inheritance: ApiController
Datei anzeigen Open project: heartbeatservice/HeartbeatServiceSolution

Public Methods

Method Description
DashboardController ( ICommonRepository repo ) : System
GetAlerts ( int companyId, int userId ) : Alert
GetDashboardAppointment ( int companyId ) : List

Private Methods

Method Description
Options ( ) : HttpResponseMessage

Method Details

DashboardController() public method

public DashboardController ( ICommonRepository repo ) : System
repo ICommonRepository
return System

GetAlerts() public method

public GetAlerts ( int companyId, int userId ) : Alert
companyId int
userId int
return HBS.Entities.Alert

GetDashboardAppointment() public method

public GetDashboardAppointment ( int companyId ) : List
companyId int
return List