コード例 #1
0
ファイル: AtividadeBLL.cs プロジェクト: sidneyxvr/AHP
 public void Alterar(Atividade atividade)
 {
     dao.Alterar(atividade);
 }