예제 #1
0
 public SelectAdjustedRateRang_Result FindCotizacionRCRecallRate(int categoryID, int exposureTypeID, int limitID)
 {
     return(_cotizacionRepository.FinAdjustedRateRang(categoryID, exposureTypeID, limitID));
 }