Property | Type | Description | |
---|---|---|---|
professionalRepository | IProfessionalRepository |
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 |
Method | Description | |
---|---|---|
Options ( ) : |
public GetProfessionalSchedule ( int companyid, int professionalid, int year, int customerId ) : List |
||
companyid | int | |
professionalid | int | |
year | int | |
customerId | int | |
return | List |
public GetProfessionalScheduleListByDate ( System.DateTime date ) : List |
||
date | System.DateTime | |
return | List |
public PostProfessionalSchedule ( [ k ) : bool | ||
k | [ | |
return | bool |
public ProfessionalScheduleController ( IProfessionalRepository repo ) : System | ||
repo | IProfessionalRepository | |
return | System |
public PutProfessionalSchedule ( [ k ) : bool | ||
k | [ | |
return | bool |