Example #1
0
 //Obter Ășltimo registro
 public Contato GetLastRegister()
 {
     return(dal.GetLastRegister());
 }