Method | Description | |
---|---|---|
AppointmentController ( IAppointmentRepository repo ) : System | ||
GetCustomerAppointment ( int customerId ) : IList |
||
GetCustomerAppointment ( int companyId, int professionalId, System.DateTime startdate ) : IList |
||
GetCustomerAppointment ( int companyId, int professionalId, System.DateTime startdate, System.DateTime enddate ) : IList |
||
GetCustomerAppointment ( int companyId, int customerId, int professionalId, System.DateTime startdate ) : IList |
||
GetCustomerAppointment ( int companyId, int customerId, int professionalId, System.DateTime startdate, System.DateTime enddate ) : IList |
||
GetCustomerAppointment ( int companyId, string dashboardFlag ) : IList |
||
PostAddAppointment ( [ appointment ) : int | ||
PutUpdateAppointment ( [ appointment ) : bool |
Method | Description | |
---|---|---|
Options ( ) : |
public AppointmentController ( IAppointmentRepository repo ) : System | ||
repo | IAppointmentRepository | |
return | System |
public GetCustomerAppointment ( int customerId ) : IList |
||
customerId | int | |
return | IList |
public GetCustomerAppointment ( int companyId, int professionalId, System.DateTime startdate ) : IList |
||
companyId | int | |
professionalId | int | |
startdate | System.DateTime | |
return | IList |
public GetCustomerAppointment ( int companyId, int professionalId, System.DateTime startdate, System.DateTime enddate ) : IList |
||
companyId | int | |
professionalId | int | |
startdate | System.DateTime | |
enddate | System.DateTime | |
return | IList |
public GetCustomerAppointment ( int companyId, int customerId, int professionalId, System.DateTime startdate ) : IList |
||
companyId | int | |
customerId | int | |
professionalId | int | |
startdate | System.DateTime | |
return | IList |
public GetCustomerAppointment ( int companyId, int customerId, int professionalId, System.DateTime startdate, System.DateTime enddate ) : IList |
||
companyId | int | |
customerId | int | |
professionalId | int | |
startdate | System.DateTime | |
enddate | System.DateTime | |
return | IList |
public GetCustomerAppointment ( int companyId, string dashboardFlag ) : IList |
||
companyId | int | |
dashboardFlag | string | |
return | IList |
public PostAddAppointment ( [ appointment ) : int | ||
appointment | [ | |
return | int |
public PutUpdateAppointment ( [ appointment ) : bool | ||
appointment | [ | |
return | bool |