コード例 #1
0
ファイル: RecetaAppService.cs プロジェクト: kacobp/WebApp
 public void ApplyChanges(Receta entity)
 {
     _repositoryReceta.ApplyChanges(entity);
 }