コード例 #1
0
ファイル: Regras.cs プロジェクト: luferIPCA/2020-20201-LP2
 public static bool InsereA(string nome, A a)
 {
     return(Pessoas.AddA(nome, a));
 }