Beispiel #1
0
 public long Insert(Imovel i)
 {
     return(_dao.Insert(i));
 }