C# 클래스 HBS.WebApi.Controllers.DashboardController

상속: ApiController
파일 보기 프로젝트 열기: heartbeatservice/HeartbeatServiceSolution

공개 메소드들

메소드 설명
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