C# Класс HBS.WebApi.Controllers.DashboardController

Наследование: ApiController
Показать файл Открыть проект

Открытые методы

Метод Описание
DashboardController ( ICommonRepository repo ) : System
GetAlerts ( int companyId, int userId ) : Alert
GetDashboardAppointment ( int companyId ) : List

Приватные методы

Метод Описание
Options ( ) : HttpResponseMessage

Описание методов

DashboardController() публичный Метод

public DashboardController ( ICommonRepository repo ) : System
repo ICommonRepository
Результат System

GetAlerts() публичный Метод

public GetAlerts ( int companyId, int userId ) : Alert
companyId int
userId int
Результат HBS.Entities.Alert

GetDashboardAppointment() публичный Метод

public GetDashboardAppointment ( int companyId ) : List
companyId int
Результат List