コード例 #1
0
ファイル: AppPessoa.cs プロジェクト: Rafael9375/Cognizant
 public void Update(Pessoa obj)
 {
     repo.Update(obj);
 }