메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
Options ( ) : |
public DeleteInactiveInsurance ( int insuranceId, int updatedBy ) : bool | ||
insuranceId | int | |
updatedBy | int | |
리턴 | bool |
public GetInsurance ( int insuranceId ) : |
||
insuranceId | int | |
리턴 |
public GetInsurances ( int companyId, string insuranceName ) : IList |
||
companyId | int | |
insuranceName | string | |
리턴 | IList |
public InsuranceController ( ICommonRepository repo ) : System | ||
repo | ICommonRepository | |
리턴 | System |