コード例 #1
0
 public void Add(ServiceRateModel serviceRate)
 {
     _rateRepository.Add(serviceRate.ToServiceRate());
 }