C# Class HBS.WebApi.Controllers.DashboardController

Inheritance: ApiController
Afficher le fichier Open project: heartbeatservice/HeartbeatServiceSolution

Méthodes publiques

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

Private Methods

Méthode Description
Options ( ) : HttpResponseMessage

Method Details

DashboardController() public méthode

public DashboardController ( ICommonRepository repo ) : System
repo ICommonRepository
Résultat System

GetAlerts() public méthode

public GetAlerts ( int companyId, int userId ) : Alert
companyId int
userId int
Résultat HBS.Entities.Alert

GetDashboardAppointment() public méthode

public GetDashboardAppointment ( int companyId ) : List
companyId int
Résultat List