Method | Description | |
---|---|---|
AddCompany ( |
||
AddInsurance ( |
||
AddStudent ( |
||
GetAlerts ( int companyId, int userId ) : |
||
GetAllCompanies ( ) : List |
||
GetAppointments ( int companyId ) : List |
||
GetCompanies ( string companyName ) : List |
||
GetCompnay ( int companyId ) : |
||
GetInsurance ( int insuranceId ) : |
||
GetInsurances ( int companyId, string insuranceName ) : List |
||
RemoveCompany ( int compnayId, int updatedBy ) : bool | ||
RemoveInsurance ( int insuranceId, int updatedBy ) : bool | ||
SendMail ( |
||
UpdateCompany ( |
||
UpdateInsurance ( |
public AddCompany ( |
||
company | ||
return | int |
public AddInsurance ( |
||
insurance | ||
return | bool |
public AddStudent ( |
||
student | ||
return | bool |
public GetAlerts ( int companyId, int userId ) : |
||
companyId | int | |
userId | int | |
return |
public GetAppointments ( int companyId ) : List |
||
companyId | int | |
return | List |
public GetCompanies ( string companyName ) : List |
||
companyName | string | |
return | List |
public GetCompnay ( int companyId ) : |
||
companyId | int | |
return |
public GetInsurance ( int insuranceId ) : |
||
insuranceId | int | |
return |
public GetInsurances ( int companyId, string insuranceName ) : List |
||
companyId | int | |
insuranceName | string | |
return | List |
public RemoveCompany ( int compnayId, int updatedBy ) : bool | ||
compnayId | int | |
updatedBy | int | |
return | bool |
public RemoveInsurance ( int insuranceId, int updatedBy ) : bool | ||
insuranceId | int | |
updatedBy | int | |
return | bool |
public SendMail ( |
||
msg | ||
return | void |
public UpdateCompany ( |
||
company | ||
return | bool |
public UpdateInsurance ( |
||
insurance | ||
return | bool |