Method | Description | |
---|---|---|
DeleteInactiveInsurance ( int insuranceId, int updatedBy ) : bool | ||
GetInsurance ( int insuranceId ) : |
||
GetInsurances ( int companyId, string insuranceName ) : IList |
||
InsuranceController ( ICommonRepository repo ) : System | ||
PostAddInsurnace ( [ insurance ) : bool | ||
PutUpdateInsurance ( [ insurance ) : bool |
Method | Description | |
---|---|---|
Options ( ) : |
public DeleteInactiveInsurance ( int insuranceId, int updatedBy ) : bool | ||
insuranceId | int | |
updatedBy | int | |
return | bool |
public GetInsurance ( int insuranceId ) : |
||
insuranceId | int | |
return |
public GetInsurances ( int companyId, string insuranceName ) : IList |
||
companyId | int | |
insuranceName | string | |
return | IList |
public InsuranceController ( ICommonRepository repo ) : System | ||
repo | ICommonRepository | |
return | System |
public PostAddInsurnace ( [ insurance ) : bool | ||
insurance | [ | |
return | bool |
public PutUpdateInsurance ( [ insurance ) : bool | ||
insurance | [ | |
return | bool |