Exemplo n.º 1
0
 //Obter último registro
 public Contato GetLastRegister()
 {
     return(dal.GetLastRegister());
 }