C# Class HBS.WebApi.Controllers.ProfessionalScheduleController

Inheritance: ApiController
Datei anzeigen Open project: heartbeatservice/HeartbeatServiceSolution

Public Properties

Property Type Description
professionalRepository IProfessionalRepository

Public Methods

Method Description
GetProfessionalSchedule ( int companyid, int professionalid, int year, int customerId ) : List
GetProfessionalScheduleListByDate ( System.DateTime date ) : List
PostProfessionalSchedule ( [ k ) : bool
ProfessionalScheduleController ( IProfessionalRepository repo ) : System
PutProfessionalSchedule ( [ k ) : bool

Private Methods

Method Description
Options ( ) : HttpResponseMessage

Method Details

GetProfessionalSchedule() public method

public GetProfessionalSchedule ( int companyid, int professionalid, int year, int customerId ) : List
companyid int
professionalid int
year int
customerId int
return List

GetProfessionalScheduleListByDate() public method

public GetProfessionalScheduleListByDate ( System.DateTime date ) : List
date System.DateTime
return List

PostProfessionalSchedule() public method

public PostProfessionalSchedule ( [ k ) : bool
k [
return bool

ProfessionalScheduleController() public method

public ProfessionalScheduleController ( IProfessionalRepository repo ) : System
repo IProfessionalRepository
return System

PutProfessionalSchedule() public method

public PutProfessionalSchedule ( [ k ) : bool
k [
return bool

Property Details

professionalRepository public_oe property

public IProfessionalRepository professionalRepository
return IProfessionalRepository