コード例 #1
0
 public int EstaDevendo(int id)
 {
     PessoasDA instancia = new PessoasDA();
     return instancia.EstaDevendo(id);
 }