示例#1
0
 public InsuranceModel GetInsuranceById(InsuranceId insuranceId)
 {
     return(_insuranceRepository.GetInsuranceById(insuranceId));
 }