コード例 #1
0
ファイル: LocacaoService.cs プロジェクト: acostagit/src
 public void Update(Locacao entity)
 {
     _locacaoRepository.Update(entity);
 }